public static final class ShowProcStatusRequest.Options extends Object
CLEAR_COMPLETE
: If set to true
, if a proc instance has
completed (either successfully or unsuccessfully) then its status will
be cleared and no longer returned in subsequent calls.
Supported values:
The default value is FALSE
.
RUN_TAG
: If
runId
is specified, return the status for a 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, return statuses for all proc instances 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 |
CLEAR_COMPLETE
If set to
true , if a proc instance has completed (either
successfully or unsuccessfully) then its status will be cleared and
no longer returned in subsequent calls. |
static String |
FALSE |
static String |
RUN_TAG
If
runId is specified, return the status for a 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 CLEAR_COMPLETE
true
, if a proc instance has completed (either
successfully or unsuccessfully) then its status will be cleared and
no longer returned in subsequent calls.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String RUN_TAG
runId
is specified, return the status for a 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, return statuses for all proc
instances where a matching run tag was provided to GPUdb.executeProc(ExecuteProcRequest)
. The default value
is ''.Copyright © 2020. All rights reserved.