Package com.yahoo.vespa.config.content
Class StorFilestorConfig.Async_operation_throttler
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.content.StorFilestorConfig.Async_operation_throttler
- Enclosing class:
- StorFilestorConfig
public static final class StorFilestorConfig.Async_operation_throttler
extends com.yahoo.config.InnerNode
This class represents stor-filestor.async_operation_throttler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents stor-filestor.async_operation_throttler.type Specify throttling used for async persistence operations. -
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
-
Async_operation_throttler
-
-
Method Details
-
type
- Returns:
- stor-filestor.async_operation_throttler.type
-
window_size_increment
public int window_size_increment()- Returns:
- stor-filestor.async_operation_throttler.window_size_increment
-
window_size_decrement_factor
public double window_size_decrement_factor()- Returns:
- stor-filestor.async_operation_throttler.window_size_decrement_factor
-
window_size_backoff
public double window_size_backoff()- Returns:
- stor-filestor.async_operation_throttler.window_size_backoff
-
min_window_size
public int min_window_size()- Returns:
- stor-filestor.async_operation_throttler.min_window_size
-
max_window_size
public int max_window_size()- Returns:
- stor-filestor.async_operation_throttler.max_window_size
-
resize_rate
public double resize_rate()- Returns:
- stor-filestor.async_operation_throttler.resize_rate
-