Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CSAssignment.SkippedType
Packages that use CSAssignment.SkippedType
-
Uses of CSAssignment.SkippedType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return CSAssignment.SkippedTypeModifier and TypeMethodDescriptionCSAssignment.getSkippedType()static CSAssignment.SkippedTypeReturns the enum constant of this class with the specified name.static CSAssignment.SkippedType[]CSAssignment.SkippedType.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.capacity with parameters of type CSAssignment.SkippedTypeModifier and TypeMethodDescriptionvoidCSAssignment.setSkippedType(CSAssignment.SkippedType skippedType) Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CSAssignment.SkippedTypeModifierConstructorDescriptionCSAssignment(org.apache.hadoop.yarn.api.records.Resource resource, NodeType type, RMContainer excessReservation, FiCaSchedulerApp application, CSAssignment.SkippedType skipped, boolean fulfilledReservation) CSAssignment(CSAssignment.SkippedType skipped)