Package com.yahoo.vespa.config.content
Class StorFilestorConfig
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.config.content.StorFilestorConfig
public final class StorFilestorConfig
extends com.yahoo.config.ConfigInstance
This class represents the root node of stor-filestor
Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis class represents stor-filestor.async_operation_throttlerstatic final classstatic final classThis class represents stor-filestor.maintenance_operation_throttlerstatic interfacestatic final classThis class represents stor-filestor.response_sequencer_type Type of sequenced thread executor use for persistence replies. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.ConfigInstance
getDefName, getDefNamespace, serialize, serializeMethods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Field Details
-
CONFIG_DEF_MD5
- See Also:
-
CONFIG_DEF_NAME
- See Also:
-
CONFIG_DEF_NAMESPACE
- See Also:
-
CONFIG_DEF_SCHEMA
-
-
Constructor Details
-
StorFilestorConfig
-
-
Method Details
-
getDefMd5
-
getDefName
-
getDefNamespace
-
num_threads
public int num_threads()- Returns:
- stor-filestor.num_threads
-
num_response_threads
public int num_response_threads()- Returns:
- stor-filestor.num_response_threads
-
num_visitor_threads
public int num_visitor_threads()- Returns:
- stor-filestor.num_visitor_threads
-
num_network_threads
public int num_network_threads()- Returns:
- stor-filestor.num_network_threads
-
response_sequencer_type
- Returns:
- stor-filestor.response_sequencer_type
-
bucket_merge_chunk_size
public int bucket_merge_chunk_size()- Returns:
- stor-filestor.bucket_merge_chunk_size
-
use_async_message_handling_on_schedule
public boolean use_async_message_handling_on_schedule()- Returns:
- stor-filestor.use_async_message_handling_on_schedule
-
resource_usage_reporter_noise_level
public double resource_usage_reporter_noise_level()- Returns:
- stor-filestor.resource_usage_reporter_noise_level
-
async_operation_throttler
- Returns:
- stor-filestor.async_operation_throttler
-
max_feed_op_batch_size
public int max_feed_op_batch_size()- Returns:
- stor-filestor.max_feed_op_batch_size
-
maintenance_operation_throttler
- Returns:
- stor-filestor.maintenance_operation_throttler
-