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 ''.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
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) . |
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 ''.Copyright © 2020. All rights reserved.