Uses of Enum Class
org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.ContainerEventType
Packages that use NMClientAsyncImpl.ContainerEventType
-
Uses of NMClientAsyncImpl.ContainerEventType 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.ContainerEventTypeModifier 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.ContainerEventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NMClientAsyncImpl.ContainerEventType[]NMClientAsyncImpl.ContainerEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.client.api.async.impl with parameters of type NMClientAsyncImpl.ContainerEventTypeModifierConstructorDescriptionContainerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.NodeId nodeId, org.apache.hadoop.yarn.api.records.Token containerToken, NMClientAsyncImpl.ContainerEventType type)