Class StorServerConfig.Merge_throttling_memory_limit
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.content.core.StorServerConfig.Merge_throttling_memory_limit
- Enclosing class:
- StorServerConfig
public static final class StorServerConfig.Merge_throttling_memory_limit
extends com.yahoo.config.InnerNode
This class represents stor-server.merge_throttling_memory_limit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionlongdoublelonglongMethods 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_memory_limit
public Merge_throttling_memory_limit(StorServerConfig.Merge_throttling_memory_limit.Builder builder)
-
-
Method Details
-
max_usage_bytes
public long max_usage_bytes()- Returns:
- stor-server.merge_throttling_memory_limit.max_usage_bytes
-
auto_phys_mem_scale_factor
public double auto_phys_mem_scale_factor()- Returns:
- stor-server.merge_throttling_memory_limit.auto_phys_mem_scale_factor
-
auto_lower_bound_bytes
public long auto_lower_bound_bytes()- Returns:
- stor-server.merge_throttling_memory_limit.auto_lower_bound_bytes
-
auto_upper_bound_bytes
public long auto_upper_bound_bytes()- Returns:
- stor-server.merge_throttling_memory_limit.auto_upper_bound_bytes
-