Package com.gpudb.protocol
Class KillProcRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.KillProcRequest.Options
-
- Enclosing class:
- KillProcRequest
public static final class KillProcRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLEAR_EXECUTE_AT_STARTUPIfTRUE, kill and remove the instance of the proc matching the auto-start run ID that was created to run when the database is started.static StringFALSEstatic StringRUN_TAGIfrunIdis specified, kill the proc instance that has a matching run ID and a matching run tag that was provided toGPUdb.executeProc.static StringTRUE
-
-
-
Field Detail
-
RUN_TAG
public static final String RUN_TAG
IfrunIdis specified, kill the proc instance that has a matching run ID and a matching run tag that was provided toGPUdb.executeProc. IfrunIdis not specified, kill the proc instance(s) where a matching run tag was provided toGPUdb.executeProc. The default value is ''.- See Also:
- Constant Field Values
-
CLEAR_EXECUTE_AT_STARTUP
public static final String CLEAR_EXECUTE_AT_STARTUP
IfTRUE, kill and remove the instance of the proc matching the auto-start run ID that was created to run when the database is started. The auto-start run ID was returned fromGPUdb.executeProcand can be retrieved usingGPUdb.showProc. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-