Uses of Enum Class
org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.ContainerState
Packages that use NMClientAsyncImpl.ContainerState
-
Uses of NMClientAsyncImpl.ContainerState in org.apache.hadoop.yarn.client.api.async.impl
Fields in org.apache.hadoop.yarn.client.api.async.impl with type parameters of type NMClientAsyncImpl.ContainerStateModifier and TypeFieldDescriptionprotected static final org.apache.hadoop.yarn.state.StateMachineFactory<NMClientAsyncImpl.StatefulContainer,NMClientAsyncImpl.ContainerState, NMClientAsyncImpl.ContainerEventType, NMClientAsyncImpl.ContainerEvent> NMClientAsyncImpl.StatefulContainer.stateMachineFactoryMethods in org.apache.hadoop.yarn.client.api.async.impl that return NMClientAsyncImpl.ContainerStateModifier and TypeMethodDescriptionNMClientAsyncImpl.StatefulContainer.getState()NMClientAsyncImpl.StatefulContainer.ReInitializeContainerTransition.transition(NMClientAsyncImpl.StatefulContainer container, NMClientAsyncImpl.ContainerEvent containerEvent) NMClientAsyncImpl.StatefulContainer.StartContainerTransition.transition(NMClientAsyncImpl.StatefulContainer container, NMClientAsyncImpl.ContainerEvent event) NMClientAsyncImpl.StatefulContainer.StopContainerTransition.transition(NMClientAsyncImpl.StatefulContainer container, NMClientAsyncImpl.ContainerEvent event) Returns the enum constant of this class with the specified name.static NMClientAsyncImpl.ContainerState[]NMClientAsyncImpl.ContainerState.values()Returns an array containing the constants of this enum class, in the order they are declared.