Class ProtonConfig.Summary.Builder
java.lang.Object
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- ProtonConfig.Summary
public static final class ProtonConfig.Summary.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()cache(ProtonConfig.Summary.Cache.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listlog(ProtonConfig.Summary.Log.Builder __builder) log(Consumer<ProtonConfig.Summary.Log.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listread(ProtonConfig.Summary.Read.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listwrite(ProtonConfig.Summary.Write.Builder __builder) Make a new builder and run the supplied function on it before adding it to the list
-
Field Details
-
cache
-
log
-
write
-
read
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
cache
-
cache
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
-
log
-
log
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
-
write
-
write
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
-
read
-
read
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
-