Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.webapp |
Modifier and Type | Method and Description |
---|---|
static DeSelectFields.DeSelectType |
DeSelectFields.DeSelectType.obtainType(String literals)
Obtain the
DeSelectType by the literals given behind
deSelects in URL. |
static DeSelectFields.DeSelectType |
DeSelectFields.DeSelectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeSelectFields.DeSelectType[] |
DeSelectFields.DeSelectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeSelectFields.contains(DeSelectFields.DeSelectType type)
Determine the deselect type should be handled or not.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.