Class ProtonConfig.Summary.Cache.Builder
java.lang.Object
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Cache.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- ProtonConfig.Summary.Cache
public static final class ProtonConfig.Summary.Cache.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowvisitcaching(boolean __value) build()Make a new builder and run the supplied function on it before adding it to the listinitialentries(long __value) maxbytes(long __value)
-
Field Details
-
compression
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
maxbytes
-
compression
public ProtonConfig.Summary.Cache.Builder compression(ProtonConfig.Summary.Cache.Compression.Builder __builder) -
compression
public ProtonConfig.Summary.Cache.Builder compression(Consumer<ProtonConfig.Summary.Cache.Compression.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
-
update_strategy
public ProtonConfig.Summary.Cache.Builder update_strategy(ProtonConfig.Summary.Cache.Update_strategy.Enum __value) -
allowvisitcaching
-
initialentries
-
build
-