Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities.AllocationState
Packages that use AllocationState
-
Uses of AllocationState in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities that return AllocationStateModifier and TypeMethodDescriptionNodeAllocation.getFinalAllocationState()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.Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities with parameters of type AllocationStateModifier and TypeMethodDescriptionstatic voidActivitiesLogger.NODE.finishAllocatedNodeAllocation(ActivitiesManager activitiesManager, SchedulerNode node, org.apache.hadoop.yarn.api.records.ContainerId containerId, AllocationState containerState) voidNodeAllocation.updateContainerState(org.apache.hadoop.yarn.api.records.ContainerId containerId, AllocationState containerState)