Class StorCommunicationmanagerConfig.Mbus.Builder
java.lang.Object
com.yahoo.vespa.config.content.core.StorCommunicationmanagerConfig.Mbus.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- StorCommunicationmanagerConfig.Mbus
public static final class StorCommunicationmanagerConfig.Mbus.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
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_rpc_targets(int __value) Make a new builder and run the supplied function on it before adding it to the listtcp_no_delay(boolean __value)
-
Field Details
-
compress
-
rpctargetcache
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
compress
public StorCommunicationmanagerConfig.Mbus.Builder compress(StorCommunicationmanagerConfig.Mbus.Compress.Builder __builder) -
compress
public StorCommunicationmanagerConfig.Mbus.Builder compress(Consumer<StorCommunicationmanagerConfig.Mbus.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
-
rpctargetcache
public StorCommunicationmanagerConfig.Mbus.Builder rpctargetcache(StorCommunicationmanagerConfig.Mbus.Rpctargetcache.Builder __builder) -
rpctargetcache
public StorCommunicationmanagerConfig.Mbus.Builder rpctargetcache(Consumer<StorCommunicationmanagerConfig.Mbus.Rpctargetcache.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
-
num_rpc_targets
-
tcp_no_delay
-
num_network_threads
-
events_before_wakeup
-
build
-