Package com.gpudb.protocol
Class AlterResourceGroupRequest.Ranking
java.lang.Object
com.gpudb.protocol.AlterResourceGroupRequest.Ranking
Enclosing class:
A set of string constants for the
AlterResourceGroupRequest parameter ranking.
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
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 StringDon’t change the ranking.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: