|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service.STATE | |
|---|---|
| org.apache.hadoop.yarn.service | |
| Uses of Service.STATE in org.apache.hadoop.yarn.service |
|---|
| Methods in org.apache.hadoop.yarn.service that return Service.STATE | |
|---|---|
Service.STATE |
AbstractService.getServiceState()
|
Service.STATE |
FilterService.getServiceState()
|
Service.STATE |
Service.getServiceState()
Get the current service state |
static Service.STATE |
Service.STATE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Service.STATE[] |
Service.STATE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.hadoop.yarn.service with parameters of type Service.STATE | |
|---|---|
static void |
ServiceOperations.ensureCurrentState(Service.STATE state,
Service.STATE expectedState)
Verify that that a service is in a given state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||