Class StorServerConfig.Persistence_provider.Builder
java.lang.Object
com.yahoo.vespa.config.content.core.StorServerConfig.Persistence_provider.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- StorServerConfig.Persistence_provider
public static final class StorServerConfig.Persistence_provider.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 list
-
Field Details
-
rpc
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
type
-
rpc
-
rpc
public StorServerConfig.Persistence_provider.Builder rpc(Consumer<StorServerConfig.Persistence_provider.Rpc.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
-