Package com.gpudb.protocol
Class AlterResourceGroupRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AlterResourceGroupRequest.Options
-
- Enclosing class:
- AlterResourceGroupRequest
public static final class AlterResourceGroupRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringIS_DEFAULT_GROUPIfTRUE, this request applies to the global default resource group.static StringMAX_CPU_CONCURRENCYMaximum number of simultaneous threads that will be used to execute a request, per rank, for this group.static StringMAX_DATAMaximum amount of data, per rank, in bytes, that can be used by all database objects within this group.static StringMAX_SCHEDULING_PRIORITYMaximum priority of a scheduled task for this group.static StringMAX_TIER_PRIORITYMaximum priority of a tiered object for this group.static StringPERSISTIfTRUEand a system-level change was requested, the system configuration will be written to disk upon successful application of this request.static StringTRUE
-
-
-
Field Detail
-
MAX_CPU_CONCURRENCY
public static final String MAX_CPU_CONCURRENCY
Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. The minimum allowed value is '4'.- See Also:
- Constant Field Values
-
MAX_DATA
public static final String MAX_DATA
Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group. Set to -1 to indicate no upper limit. The minimum allowed value is '-1'.- See Also:
- Constant Field Values
-
MAX_SCHEDULING_PRIORITY
public static final String MAX_SCHEDULING_PRIORITY
Maximum priority of a scheduled task for this group. The minimum allowed value is '1'. The maximum allowed value is '100'.- See Also:
- Constant Field Values
-
MAX_TIER_PRIORITY
public static final String MAX_TIER_PRIORITY
Maximum priority of a tiered object for this group. The minimum allowed value is '1'. The maximum allowed value is '10'.- See Also:
- Constant Field Values
-
IS_DEFAULT_GROUP
public static final String IS_DEFAULT_GROUP
IfTRUE, this request applies to the global default resource group. It is an error for this field to beTRUEwhen thenamefield is also populated. 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
-
PERSIST
public static final String PERSIST
IfTRUEand a system-level change was requested, the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values: The default value isTRUE.- See Also:
- Constant Field Values
-
-