Uses of Class
com.gpudb.protocol.KillProcRequest
-
Packages that use KillProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of KillProcRequest in com.gpudb
Methods in com.gpudb with parameters of type KillProcRequest Modifier and Type Method Description KillProcResponseGPUdb. killProc(KillProcRequest request)Kills a running proc instance. -
Uses of KillProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return KillProcRequest Modifier and Type Method Description KillProcRequestKillProcRequest. setOptions(Map<String,String> options)Optional parameters.KillProcRequestKillProcRequest. setRunId(String runId)The run ID of a running proc instance.
-