Class StorServerConfig.Merge_throttling_policy
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.content.core.StorServerConfig.Merge_throttling_policy
- Enclosing class:
- StorServerConfig
public static final class StorServerConfig.Merge_throttling_policy
extends com.yahoo.config.InnerNode
This class represents stor-server.merge_throttling_policy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents stor-server.merge_throttling_policy.type Chooses the throttling policy used to control the active merge window size of the MergeThrottler component. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Merge_throttling_policy
-
-
Method Details
-
type
- Returns:
- stor-server.merge_throttling_policy.type
-
min_window_size
public int min_window_size()- Returns:
- stor-server.merge_throttling_policy.min_window_size
-
max_window_size
public int max_window_size()- Returns:
- stor-server.merge_throttling_policy.max_window_size
-
window_size_increment
public double window_size_increment()- Returns:
- stor-server.merge_throttling_policy.window_size_increment
-