public static final class AlterTierRequest.Options extends Object
CAPACITY
: Maximum size in bytes this tier may hold at once.
HIGH_WATERMARK
: Threshold of usage of this tier's resource that once
exceeded, will trigger watermark-based eviction from this tier.
LOW_WATERMARK
: Threshold of resource usage that once fallen below after
crossing the high_watermark
, will cease watermark-based eviction
from this tier.
WAIT_TIMEOUT
:
Timeout in seconds for reading from or writing to this resource. Applies
to cold storage tiers only.
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
.
RANK
: Apply the requested change only to a specific rank.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
CAPACITY
Maximum size in bytes this tier may hold at once.
|
static String |
FALSE |
static String |
HIGH_WATERMARK
Threshold of usage of this tier's resource that once exceeded, will
trigger watermark-based eviction from this tier.
|
static String |
LOW_WATERMARK
Threshold of resource usage that once fallen below after crossing
the
high_watermark , will cease watermark-based eviction from
this tier. |
static String |
PERSIST
If
true the system configuration will be written to disk
upon successful application of this request. |
static String |
RANK
Apply the requested change only to a specific rank.
|
static String |
TRUE |
static String |
WAIT_TIMEOUT
Timeout in seconds for reading from or writing to this resource.
|
public static final String CAPACITY
public static final String HIGH_WATERMARK
public static final String LOW_WATERMARK
high_watermark
, will cease watermark-based eviction from
this tier.public static final String WAIT_TIMEOUT
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
.public static final String TRUE
public static final String FALSE
public static final String RANK
Copyright © 2024. All rights reserved.