Uses of Class
com.gpudb.protocol.AdminShowClusterOperationsRequest
-
Packages that use AdminShowClusterOperationsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminShowClusterOperationsRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminShowClusterOperationsRequest Modifier and Type Method Description AdminShowClusterOperationsResponseGPUdb. adminShowClusterOperations(AdminShowClusterOperationsRequest request)Requests the detailed status of the current operation (by default) or a prior cluster operation specified byhistoryIndex. -
Uses of AdminShowClusterOperationsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminShowClusterOperationsRequest Modifier and Type Method Description AdminShowClusterOperationsRequestAdminShowClusterOperationsRequest. setHistoryIndex(int historyIndex)Indicates which cluster operation to retrieve.AdminShowClusterOperationsRequestAdminShowClusterOperationsRequest. setOptions(Map<String,String> options)Optional parameters.
-