Uses of Class
com.yahoo.vespa.config.search.core.ProtonConfig.Documentdb.Builder
Packages that use ProtonConfig.Documentdb.Builder
-
Uses of ProtonConfig.Documentdb.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core with type parameters of type ProtonConfig.Documentdb.BuilderMethods in com.yahoo.vespa.config.search.core that return ProtonConfig.Documentdb.BuilderModifier and TypeMethodDescriptionProtonConfig.Documentdb.Builder.allocation(ProtonConfig.Documentdb.Allocation.Builder __builder) ProtonConfig.Documentdb.Builder.allocation(Consumer<ProtonConfig.Documentdb.Allocation.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Documentdb.Builder.global(boolean __value) ProtonConfig.Documentdb.Builder.inputdoctypename(String __value) ProtonConfig.Documentdb.Builder.mode(ProtonConfig.Documentdb.Mode.Enum __value) ProtonConfig.Documentdb.Builder.visibilitydelay(double __value) Methods in com.yahoo.vespa.config.search.core with parameters of type ProtonConfig.Documentdb.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.documentdb(ProtonConfig.Documentdb.Builder __builder) Add the given builder to this builder's list of Documentdb buildersMethod parameters in com.yahoo.vespa.config.search.core with type arguments of type ProtonConfig.Documentdb.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.documentdb(Consumer<ProtonConfig.Documentdb.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Builder.documentdb(List<ProtonConfig.Documentdb.Builder> __builders) Set the given list as this builder's list of Documentdb buildersConstructors in com.yahoo.vespa.config.search.core with parameters of type ProtonConfig.Documentdb.Builder