public static final class AlterSystemPropertiesRequest.Options extends Object
EVICT_TO_COLD
: If true
and evict_columns is specified, the
given objects will be evicted to cold storage (if such a tier exists).
Supported values:
PERSIST
: If true
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 is TRUE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
EVICT_TO_COLD
If
true and evict_columns is specified, the given objects
will be evicted to cold storage (if such a tier exists). |
static String |
FALSE |
static String |
PERSIST
If
true the system configuration will be written to disk
upon successful application of this request. |
static String |
TRUE |
public static final String EVICT_TO_COLD
true
and evict_columns is specified, the given objects
will be evicted to cold storage (if such a tier exists).
Supported values:
public static final String TRUE
public static final String FALSE
public static final String PERSIST
true
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 is TRUE
.Copyright © 2024. All rights reserved.