Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.rm.ContainerAllocator.EventType
Packages that use ContainerAllocator.EventType
-
Uses of ContainerAllocator.EventType in org.apache.hadoop.mapreduce.v2.app.rm
Methods in org.apache.hadoop.mapreduce.v2.app.rm that return ContainerAllocator.EventTypeModifier and TypeMethodDescriptionstatic ContainerAllocator.EventTypeReturns the enum constant of this class with the specified name.static ContainerAllocator.EventType[]ContainerAllocator.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.mapreduce.v2.app.rm with parameters of type ContainerAllocator.EventTypeModifierConstructorDescriptionContainerAllocatorEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, ContainerAllocator.EventType type)