Package com.gpudb.protocol
Class AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
- java.lang.Object
-
- com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
-
- Enclosing class:
- AdminShowClusterOperationsResponse
public static final class AdminShowClusterOperationsResponse.RebalanceShardedDataStatus extends Object
A set of string constants for theAdminShowClusterOperationsResponseparameterrebalanceShardedDataStatus.If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPLETED_OKstatic StringERRORstatic StringIN_PROGRESSstatic StringINTERRUPTEDstatic StringNOT_STARTED
-
-
-
Field Detail
-
NOT_STARTED
public static final String NOT_STARTED
- See Also:
- Constant Field Values
-
IN_PROGRESS
public static final String IN_PROGRESS
- See Also:
- Constant Field Values
-
INTERRUPTED
public static final String INTERRUPTED
- See Also:
- Constant Field Values
-
COMPLETED_OK
public static final String COMPLETED_OK
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
-