Package com.gpudb.protocol
Class AlterSystemPropertiesRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AlterSystemPropertiesRequest.Options
-
- Enclosing class:
- AlterSystemPropertiesRequest
public static final class AlterSystemPropertiesRequest.Options extends Object
A set of string constants for theAlterSystemPropertiesRequestparameteroptions.Optional parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVICT_TO_COLDIfTRUEand evict_columns is specified, the given objects will be evicted to cold storage (if such a tier exists).static StringFALSEstatic StringPERSISTIfTRUEthe system configuration will be written to disk upon successful application of this request.static StringTRUE
-
-
-
Field Detail
-
EVICT_TO_COLD
public static final String EVICT_TO_COLD
IfTRUEand evict_columns is specified, the given objects will be evicted to cold storage (if such a tier exists). Supported values:- 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
IfTRUEthe 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
-
-