Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation.RLEOperator
Packages that use RLESparseResourceAllocation.RLEOperator
-
Uses of RLESparseResourceAllocation.RLEOperator in org.apache.hadoop.yarn.server.resourcemanager.reservation
Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation that return RLESparseResourceAllocation.RLEOperatorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RLESparseResourceAllocation.RLEOperator.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.reservation with parameters of type RLESparseResourceAllocation.RLEOperatorModifier and TypeMethodDescriptionstatic RLESparseResourceAllocationRLESparseResourceAllocation.merge(org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc, org.apache.hadoop.yarn.api.records.Resource clusterResource, RLESparseResourceAllocation a, RLESparseResourceAllocation b, RLESparseResourceAllocation.RLEOperator operator, long start, long end) Merges the range start to end of twoRLESparseResourceAllocationusing a givenRLEOperator.