Class ProtonConfig.Index.Cache.Builder
java.lang.Object
com.yahoo.vespa.config.search.core.ProtonConfig.Index.Cache.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- ProtonConfig.Index.Cache
public static final class ProtonConfig.Index.Cache.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
postinglist
-
bitvector
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
size
-
postinglist
public ProtonConfig.Index.Cache.Builder postinglist(ProtonConfig.Index.Cache.Postinglist.Builder __builder) -
postinglist
public ProtonConfig.Index.Cache.Builder postinglist(Consumer<ProtonConfig.Index.Cache.Postinglist.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
-
bitvector
public ProtonConfig.Index.Cache.Builder bitvector(ProtonConfig.Index.Cache.Bitvector.Builder __builder) -
bitvector
public ProtonConfig.Index.Cache.Builder bitvector(Consumer<ProtonConfig.Index.Cache.Bitvector.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
-