Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.webapp.DeSelectFields.DeSelectType
Packages that use DeSelectFields.DeSelectType
-
Uses of DeSelectFields.DeSelectType in org.apache.hadoop.yarn.server.resourcemanager.webapp
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp that return DeSelectFields.DeSelectTypeModifier and TypeMethodDescriptionstatic DeSelectFields.DeSelectTypeDeSelectFields.DeSelectType.obtainType(String literals) Obtain theDeSelectTypeby the literals given behinddeSelectsin URL.static DeSelectFields.DeSelectTypeReturns the enum constant of this class with the specified name.static DeSelectFields.DeSelectType[]DeSelectFields.DeSelectType.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.webapp with parameters of type DeSelectFields.DeSelectTypeModifier and TypeMethodDescriptionbooleanDeSelectFields.contains(DeSelectFields.DeSelectType type) Determine to deselect type should be handled or not.