Package com.gpudb.protocol
Class AdminShowClusterOperationsResponse.OverallStatus
- java.lang.Object
-
- com.gpudb.protocol.AdminShowClusterOperationsResponse.OverallStatus
-
- Enclosing class:
- AdminShowClusterOperationsResponse
public static final class AdminShowClusterOperationsResponse.OverallStatus extends Object
A set of string constants for theAdminShowClusterOperationsResponseparameteroverallStatus.Overall success status of the operation.
-
-
Field Detail
-
OK
public static final String OK
The operation was successful, or, if still in progress, the operation is successful so far.- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
An error occurred executing the operation.- See Also:
- Constant Field Values
-
-