Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator.AllocationState
Packages that use AllocationState
-
Uses of AllocationState in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator that return AllocationStateModifier and TypeMethodDescriptionContainerAllocation.getAllocationState()static AllocationStateReturns the enum constant of this class with the specified name.static AllocationState[]AllocationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator with parameters of type AllocationStateModifierConstructorDescriptionContainerAllocation(RMContainer containerToBeUnreserved, org.apache.hadoop.yarn.api.records.Resource resourceToBeAllocated, AllocationState state)