Uses of Class
com.gpudb.protocol.ShowProcStatusRequest
-
Packages that use ShowProcStatusRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowProcStatusRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowProcStatusRequest Modifier and Type Method Description ShowProcStatusResponseGPUdb. showProcStatus(ShowProcStatusRequest request)Shows the statuses of running or completed proc instances. -
Uses of ShowProcStatusRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowProcStatusRequest Modifier and Type Method Description ShowProcStatusRequestShowProcStatusRequest. setOptions(Map<String,String> options)Optional parameters.ShowProcStatusRequestShowProcStatusRequest. setRunId(String runId)The run ID of a specific proc instance for which the status will be returned.
-