Package com.gpudb.protocol
Class CreateResourceGroupRequest.Ranking
- java.lang.Object
-
- com.gpudb.protocol.CreateResourceGroupRequest.Ranking
-
- Enclosing class:
- CreateResourceGroupRequest
public static final class CreateResourceGroupRequest.Ranking extends Object
A set of string constants for theCreateResourceGroupRequestparameterranking.Indicates the relative ranking among existing resource groups where this new 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 StringFIRSTMake this resource group the new first one in the orderingstatic StringLASTMake this resource group the new last one in the ordering
-
-
-
Field Detail
-
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
-
-