Package com.gpudb.protocol
Class AdminShowClusterOperationsResponse.RemoveRanksStatus
- java.lang.Object
-
- com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
-
- Enclosing class:
- AdminShowClusterOperationsResponse
public static final class AdminShowClusterOperationsResponse.RemoveRanksStatus extends Object
A set of string constants for theAdminShowClusterOperationsResponseparameterremoveRanksStatus.If this was a rank-removing operation, the removal-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
-
-