Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AdminShowClusterOperationsResponse |
GPUdb.adminShowClusterOperations(AdminShowClusterOperationsRequest request)
Requests the detailed status of the current operation (by default) or a
prior cluster operation specified by
historyIndex . |
AdminShowClusterOperationsResponse |
GPUdb.adminShowClusterOperations(int historyIndex,
Map<String,String> options)
Requests the detailed status of the current operation (by default) or a
prior cluster operation specified by
historyIndex . |
Modifier and Type | Method and Description |
---|---|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setAddRanks(boolean addRanks)
Whether adding ranks is (or was) part of this operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setAddRanksPercentComplete(int addRanksPercentComplete)
Current percent complete of the add ranks operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setAddRanksStatus(String addRanksStatus)
If this was a rank-adding operation, the add-specific status of the
operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setDryRun(boolean dryRun)
Whether this operation was a dry run.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setEndpoint(String endpoint)
The endpoint that initiated the cluster operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setEndpointSchema(String endpointSchema)
The schema for the original request.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setEndTime(String endTime)
The end time of the cluster operation, if completed.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setHistoryIndex(int historyIndex)
The index of this cluster operation in the reverse-chronologically
sorted list of operations, where 0 is the most recent operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setHistorySize(int historySize)
Number of cluster operations executed to date.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setInfo(Map<String,String> info)
Additional information.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setInProgress(boolean inProgress)
Whether this cluster operation is currently in progress or not.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setMessages(List<String> messages)
Updates and error messages if any.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setNumShardsChanging(int numShardsChanging)
Number of shards that will change as part of rebalance.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setOverallStatus(String overallStatus)
Overall success status of the operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setPercentComplete(int percentComplete)
Percent complete of this entire operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRankHosts(List<String> rankHosts)
The host IP addresses of the ranks being added, in the same order as the
ranksBeingAdded list. |
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRanksBeingAdded(List<Integer> ranksBeingAdded)
The rank numbers of the ranks currently being added, or the rank numbers
that were added if the operation is complete.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRanksBeingRemoved(List<Integer> ranksBeingRemoved)
The ranks being removed, or that have been removed if the operation is
completed.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRebalance(boolean rebalance)
Whether data and/or shard rebalancing is (or was) part of this
operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRebalanceShardedData(boolean rebalanceShardedData)
Whether rebalancing of sharded data is (or was) part of this operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRebalanceShardedDataStatus(String rebalanceShardedDataStatus)
If this was an operation that included rebalancing sharded data, the
rebalancing-specific status of the operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRebalanceUnshardedData(boolean rebalanceUnshardedData)
Whether rebalancing of unsharded data is (or was) part of this
operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRebalanceUnshardedDataStatus(String rebalanceUnshardedDataStatus)
If this was an operation that included rebalancing unsharded data, the
rebalancing-specific status of the operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRemoveRanks(boolean removeRanks)
Whether removing ranks is (or was) part of this operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRemoveRanksPercentComplete(int removeRanksPercentComplete)
Current percent complete of the remove ranks operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setRemoveRanksStatus(String removeRanksStatus)
If this was a rank-removing operation, the removal-specific status of
the operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setShardArrayVersion(long shardArrayVersion)
Version of the shard array that is (or was) being rebalanced to.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setShardedRebalancePercentComplete(int shardedRebalancePercentComplete)
Percentage of shard keys, and their associated data if applicable, that
have completed rebalancing.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setStartTime(String startTime)
The start time of the cluster operation.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setUnshardedRebalancePercentComplete(int unshardedRebalancePercentComplete)
Percentage of unsharded tables that completed rebalancing, out of all
unsharded tables to rebalance.
|
AdminShowClusterOperationsResponse |
AdminShowClusterOperationsResponse.setUserStopped(boolean userStopped)
Whether a user stopped this operation at any point while in progress.
|
Copyright © 2025. All rights reserved.