Class ProtonConfig.Indexing.Builder
java.lang.Object
com.yahoo.vespa.config.search.core.ProtonConfig.Indexing.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- ProtonConfig.Indexing
public static final class ProtonConfig.Indexing.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()kind_of_watermark(int __value) reactiontime(double __value) read(ProtonConfig.Indexing.Read.Builder __builder) Make a new builder and run the supplied function on it before adding it to the listsemiunboundtasklimit(int __value) tasklimit(int __value) threads(int __value) write(ProtonConfig.Indexing.Write.Builder __builder) Make a new builder and run the supplied function on it before adding it to the list
-
Field Details
-
write
-
read
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
write
-
write
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
-
read
-
read
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
-
optimize
-
tasklimit
-
kind_of_watermark
-
reactiontime
-
semiunboundtasklimit
-
threads
-
build
-