Package com.gpudb.protocol
Class AlterResourceGroupRequest.Ranking
- java.lang.Object
-
- com.gpudb.protocol.AlterResourceGroupRequest.Ranking
-
- Enclosing class:
- AlterResourceGroupRequest
public static final class AlterResourceGroupRequest.Ranking extends Object
A set of string constants for theAlterResourceGroupRequestparameterranking.If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAFTERPlace this resource group after the one specified byadjoiningResourceGroupin the orderingstatic StringBEFOREPlace this resource group before the one specified byadjoiningResourceGroupin the orderingstatic StringEMPTY_STRINGDon't change the rankingstatic StringFIRSTMake this resource group the new first one in the orderingstatic StringLASTMake this resource group the new last one in the ordering
-
-
-
Field Detail
-
EMPTY_STRING
public static final String EMPTY_STRING
Don't change the ranking- See Also:
- Constant Field Values
-
FIRST
public static final String FIRST
Make this resource group the new first one in the ordering- See Also:
- Constant Field Values
-
LAST
public static final String LAST
Make this resource group the new last one in the ordering- See Also:
- Constant Field Values
-
BEFORE
public static final String BEFORE
Place this resource group before the one specified byadjoiningResourceGroupin the ordering- See Also:
- Constant Field Values
-
AFTER
public static final String AFTER
Place this resource group after the one specified byadjoiningResourceGroupin the ordering- See Also:
- Constant Field Values
-
-