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.
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 |
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. |
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.Copyright © 2020. All rights reserved.