public static final class KillProcRequest.Options extends Object
RUN_TAG: If runId is specified, kill the proc instance that has
a matching run ID and a matching run tag that was provided to GPUdb.executeProc(ExecuteProcRequest). If runId is
not specified, kill the proc instance(s) where a matching run tag was
provided to GPUdb.executeProc(ExecuteProcRequest).
The default value is ''.
CLEAR_EXECUTE_AT_STARTUP: If true, 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 from GPUdb.executeProc(ExecuteProcRequest) and can be retrieved
using GPUdb.showProc(ShowProcRequest).
Supported values:
The default value is FALSE.
Map.
A set of string constants for the parameter options.| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR_EXECUTE_AT_STARTUP
If
true, 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 String |
FALSE |
static String |
RUN_TAG
If
runId is specified, kill the proc instance that has a
matching run ID and a matching run tag that was provided to GPUdb.executeProc(ExecuteProcRequest). |
static String |
TRUE |
public static final String RUN_TAG
runId is specified, kill the proc instance that has a
matching run ID and a matching run tag that was provided to GPUdb.executeProc(ExecuteProcRequest). If runId
is not specified, kill the proc instance(s) where a matching run tag
was provided to GPUdb.executeProc(ExecuteProcRequest). The default value
is ''.public static final String CLEAR_EXECUTE_AT_STARTUP
true, 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 from GPUdb.executeProc(ExecuteProcRequest) and can be
retrieved using GPUdb.showProc(ShowProcRequest).
Supported values:
The default value is FALSE.public static final String TRUE
public static final String FALSE
Copyright © 2024. All rights reserved.