Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.PlacementType
Packages that use PlacementType
-
Uses of PlacementType in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return PlacementTypeModifier and TypeMethodDescriptionPlacementConstraint.getType()static PlacementTypeReturns the enum constant of this class with the specified name.static PlacementType[]PlacementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.service.api.records with parameters of type PlacementTypeModifier and TypeMethodDescriptionvoidPlacementConstraint.setType(PlacementType type) PlacementConstraint.type(PlacementType type) The type of placement.