Package com.gpudb.protocol
Class AlterTierRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AlterTierRequest.Options
-
- Enclosing class:
- AlterTierRequest
public static final class AlterTierRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCAPACITYMaximum size in bytes this tier may hold at once, per rank.static StringFALSEstatic StringHIGH_WATERMARKThreshold of usage of this tier's resource that once exceeded, will trigger watermark-based eviction from this tier.static StringLOW_WATERMARKThreshold of resource usage that once fallen below after crossing theHIGH_WATERMARK, will cease watermark-based eviction from this tier.static StringPERSISTIfTRUEthe system configuration will be written to disk upon successful application of this request.static StringRANKApply the requested change only to a specific rank.static StringTRUEstatic StringWAIT_TIMEOUTTimeout in seconds for reading from or writing to this resource.
-
-
-
Field Detail
-
CAPACITY
public static final String CAPACITY
Maximum size in bytes this tier may hold at once, per rank.- See Also:
- Constant Field Values
-
HIGH_WATERMARK
public static final String HIGH_WATERMARK
Threshold of usage of this tier's resource that once exceeded, will trigger watermark-based eviction from this tier. The minimum allowed value is '0'. The maximum allowed value is '100'.- See Also:
- Constant Field Values
-
LOW_WATERMARK
public static final String LOW_WATERMARK
Threshold of resource usage that once fallen below after crossing theHIGH_WATERMARK, will cease watermark-based eviction from this tier. The minimum allowed value is '0'. The maximum allowed value is '100'.- See Also:
- Constant Field Values
-
WAIT_TIMEOUT
public static final String WAIT_TIMEOUT
Timeout in seconds for reading from or writing to this resource. Applies to cold storage tiers only.- 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
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
RANK
public static final String RANK
Apply the requested change only to a specific rank. The minimum allowed value is '0'. The maximum allowed value is '10000'.- See Also:
- Constant Field Values
-
-