Class StorServerConfig.Merge_throttling_policy.Type
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<StorServerConfig.Merge_throttling_policy.Type.Enum>
com.yahoo.vespa.config.content.core.StorServerConfig.Merge_throttling_policy.Type
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- StorServerConfig.Merge_throttling_policy
public static final class StorServerConfig.Merge_throttling_policy.Type
extends com.yahoo.config.EnumNode<StorServerConfig.Merge_throttling_policy.Type.Enum>
This class represents stor-server.merge_throttling_policy.type
Chooses the throttling policy used to control the active merge window size
of the MergeThrottler component.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorServerConfig.Merge_throttling_policy.Type.Enumstatic final StorServerConfig.Merge_throttling_policy.Type.EnumFields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toStringMethods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, valueMethods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
STATIC
-
DYNAMIC
-
-
Constructor Details
-
Type
public Type() -
Type
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<StorServerConfig.Merge_throttling_policy.Type.Enum>
-