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