Class ProtonConfig.Summary.Log.Builder
java.lang.Object
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Log.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- ProtonConfig.Summary.Log
public static final class ProtonConfig.Summary.Log.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()chunk(ProtonConfig.Summary.Log.Chunk.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listcompact(ProtonConfig.Summary.Log.Compact.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listmaxbucketspread(double __value) maxdiskbloatfactor(double __value) maxfilesize(long __value) maxnumlids(int __value) minfilesizefactor(double __value)
-
Field Details
-
compact
-
chunk
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
compact
-
compact
public ProtonConfig.Summary.Log.Builder compact(Consumer<ProtonConfig.Summary.Log.Compact.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
-
chunk
-
chunk
public ProtonConfig.Summary.Log.Builder chunk(Consumer<ProtonConfig.Summary.Log.Chunk.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
-
maxfilesize
-
maxnumlids
-
maxdiskbloatfactor
-
maxbucketspread
-
minfilesizefactor
-
build
-