Uses of Enum Class
org.apache.hadoop.yarn.server.api.ContainerType
Packages that use ContainerType
-
Uses of ContainerType in org.apache.hadoop.yarn.server.api
Methods in org.apache.hadoop.yarn.server.api that return ContainerTypeModifier and TypeMethodDescriptionContainerContext.getContainerType()GetContainerTypethe type of the container being initialized or stopped.ContainerLogContext.getContainerType()GetContainerTypethe type of the container.static ContainerTypeReturns the enum constant of this class with the specified name.static ContainerType[]ContainerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.api with parameters of type ContainerTypeModifierConstructorDescriptionContainerContext(String user, ContainerId containerId, Resource resource, ContainerType containerType) ContainerContext(String user, ContainerId containerId, Resource resource, ContainerType containerType, ExecutionType executionType) ContainerInitializationContext(String user, ContainerId containerId, Resource resource, ContainerType containerType) ContainerLogContext(ContainerId containerId, ContainerType containerType, int exitCode) ContainerTerminationContext(String user, ContainerId containerId, Resource resource, ContainerType containerType)