Class ProtonConfig.Replay_throttling_policy.Type
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<ProtonConfig.Replay_throttling_policy.Type.Enum>
com.yahoo.vespa.config.search.core.ProtonConfig.Replay_throttling_policy.Type
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ProtonConfig.Replay_throttling_policy
public static final class ProtonConfig.Replay_throttling_policy.Type
extends com.yahoo.config.EnumNode<ProtonConfig.Replay_throttling_policy.Type.Enum>
This class represents proton.replay_throttling_policy.type
Chooses the throttling policy used to control the window size
of the SharedOperationThrottler component used by the transaction log replay feed state.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtonConfig.Replay_throttling_policy.Type.Enumstatic final ProtonConfig.Replay_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
-
UNLIMITED
-
DYNAMIC
-
-
Constructor Details
-
Type
public Type() -
Type
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<ProtonConfig.Replay_throttling_policy.Type.Enum>
-