Class ProtonConfig.Index.Builder
java.lang.Object
com.yahoo.vespa.config.search.core.ProtonConfig.Index.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- ProtonConfig.Index
public static final class ProtonConfig.Index.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()cache(ProtonConfig.Index.Cache.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listmaxflushed(int __value) maxflushedretired(int __value) warmup(ProtonConfig.Index.Warmup.Builder __builder) Make a new builder and run the supplied function on it before adding it to the list
-
Field Details
-
warmup
-
cache
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
warmup
-
warmup
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
-
maxflushed
-
maxflushedretired
-
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
-
build
-