Uses of Class
com.gpudb.protocol.KillProcResponse
-
Packages that use KillProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of KillProcResponse in com.gpudb
Methods in com.gpudb that return KillProcResponse Modifier and Type Method Description KillProcResponseGPUdb. killProc(KillProcRequest request)Kills a running proc instance.KillProcResponseGPUdb. killProc(String runId, Map<String,String> options)Kills a running proc instance. -
Uses of KillProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return KillProcResponse Modifier and Type Method Description KillProcResponseKillProcResponse. setInfo(Map<String,String> info)Additional information.KillProcResponseKillProcResponse. setRunIds(List<String> runIds)List of run IDs of proc instances that were killed.
-