Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.ServiceState
Packages that use ServiceState
Package
Description
-
Uses of ServiceState in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ServiceStateModifier and TypeMethodDescriptionService.getState()ServiceStatus.getState()static ServiceStateReturns the enum constant of this class with the specified name.static ServiceState[]ServiceState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.service.api.records with parameters of type ServiceStateModifier and TypeMethodDescriptionstatic booleanServiceState.isUpgrading(ServiceState state) voidService.setState(ServiceState state) voidServiceStatus.setState(ServiceState state) Service.state(ServiceState state) State of the service.ServiceStatus.state(ServiceState state) Service state. -
Uses of ServiceState in org.apache.hadoop.yarn.service.client
Methods in org.apache.hadoop.yarn.service.client that return ServiceStateModifier and TypeMethodDescriptionServiceClient.convertState(org.apache.hadoop.yarn.api.records.YarnApplicationState state)