Package com.gpudb.protocol
Class CreateProcRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.CreateProcRequest.Options
-
- Enclosing class:
- CreateProcRequest
public static final class CreateProcRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_CONCURRENCY_PER_NODEThe maximum number of concurrent instances of the proc that will be executed per node. 0 allows unlimited concurrency.static StringSET_ENVIRONMENTA python environment to use when executing the proc.
-
-
-
Field Detail
-
MAX_CONCURRENCY_PER_NODE
public static final String MAX_CONCURRENCY_PER_NODE
The maximum number of concurrent instances of the proc that will be executed per node. 0 allows unlimited concurrency. The default value is '0'.- See Also:
- Constant Field Values
-
SET_ENVIRONMENT
public static final String SET_ENVIRONMENT
A python environment to use when executing the proc. Must be an existing environment, else an error will be returned. The default value is ''.- See Also:
- Constant Field Values
-
-