Package com.gpudb.protocol
Class CreateResourceGroupRequest.Ranking
java.lang.Object
com.gpudb.protocol.CreateResourceGroupRequest.Ranking
Enclosing class:
A set of string constants for the
CreateResourceGroupRequest parameter ranking.
Indicates the relative ranking among existing resource groups where this new resource group will be placed.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPlace this resource group after the one specified byadjoiningResourceGroupin the ordering.static final StringPlace this resource group before the one specified byadjoiningResourceGroupin the ordering.static final StringMake this resource group the new first one in the ordering.static final StringMake this resource group the new last one in the ordering.
Field Details
BEFORE
Place this resource group before the one specified byadjoiningResourceGroupin the ordering.See Also:AFTER
Place this resource group after the one specified byadjoiningResourceGroupin the ordering.See Also: