Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerState
Packages that use RMContainerState
-
Uses of RMContainerState in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer that return RMContainerStateModifier and TypeMethodDescriptionRMContainer.getState()RMContainerImpl.getState()static RMContainerStateReturns the enum constant of this class with the specified name.static RMContainerState[]RMContainerState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer with parameters of type RMContainerStateModifier and TypeMethodDescriptionprotected voidRMContainerImpl.onInvalidStateTransition(RMContainerEventType rmContainerEventType, RMContainerState state) catch the InvalidStateTransition.