public static final class AlterTierRequest.Options extends Object
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. The minimum allowed value
is '0'. The maximum allowed value is '100'.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 © 2025. All rights reserved.