Class ProtonConfig.Summary.Read.Builder
java.lang.Object
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Read.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- ProtonConfig.Summary.Read
public static final class ProtonConfig.Summary.Read.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()io(ProtonConfig.Summary.Read.Io.Enum __value) mmap(ProtonConfig.Summary.Read.Mmap.Builder __builder) Make a new builder and run the supplied function on it before adding it to the list
-
Field Details
-
mmap
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
io
-
mmap
-
mmap
public ProtonConfig.Summary.Read.Builder mmap(Consumer<ProtonConfig.Summary.Read.Mmap.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
-