Class StorCommunicationmanagerConfig.Rpc.Builder
java.lang.Object
com.yahoo.vespa.config.content.core.StorCommunicationmanagerConfig.Rpc.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- StorCommunicationmanagerConfig.Rpc
public static final class StorCommunicationmanagerConfig.Rpc.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Make a new builder and run the supplied function on it before adding it to the listevents_before_wakeup(int __value) num_network_threads(int __value) num_targets_per_node(int __value)
-
Field Details
-
compress
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
num_network_threads
-
events_before_wakeup
-
num_targets_per_node
-
compress
public StorCommunicationmanagerConfig.Rpc.Builder compress(StorCommunicationmanagerConfig.Rpc.Compress.Builder __builder) -
compress
public StorCommunicationmanagerConfig.Rpc.Builder compress(Consumer<StorCommunicationmanagerConfig.Rpc.Compress.Builder> __func) Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
build
-