Package com.gpudb.protocol
Class AlterTierRequest.Options
java.lang.Object
com.gpudb.protocol.AlterTierRequest.Options
Enclosing class:
A set of string constants for the
AlterTierRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMaximum size in bytes this tier may hold at once, per rank.static final Stringstatic final StringThreshold of usage of this tier’s resource that once exceeded, will trigger watermark-based eviction from this tier.static final StringThreshold of resource usage that once fallen below after crossing theHIGH_WATERMARK, will cease watermark-based eviction from this tier.static final StringIfTRUEthe system configuration will be written to disk upon successful application of this request.static final StringApply the requested change only to a specific rank.static final Stringstatic final StringTimeout in seconds for reading from or writing to this resource.
Field Details
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: