Uses of Class
com.yahoo.vespa.config.search.core.ProtonConfig.Index.Builder
Packages that use ProtonConfig.Index.Builder
-
Uses of ProtonConfig.Index.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core declared as ProtonConfig.Index.BuilderMethods in com.yahoo.vespa.config.search.core that return ProtonConfig.Index.BuilderModifier and TypeMethodDescriptionProtonConfig.Index.Builder.cache(ProtonConfig.Index.Cache.Builder __builder) ProtonConfig.Index.Builder.cache(Consumer<ProtonConfig.Index.Cache.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Index.Builder.maxflushed(int __value) ProtonConfig.Index.Builder.maxflushedretired(int __value) ProtonConfig.Index.Builder.warmup(ProtonConfig.Index.Warmup.Builder __builder) ProtonConfig.Index.Builder.warmup(Consumer<ProtonConfig.Index.Warmup.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listMethods in com.yahoo.vespa.config.search.core with parameters of type ProtonConfig.Index.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.index(ProtonConfig.Index.Builder __builder) Method parameters in com.yahoo.vespa.config.search.core with type arguments of type ProtonConfig.Index.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.index(Consumer<ProtonConfig.Index.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listConstructors in com.yahoo.vespa.config.search.core with parameters of type ProtonConfig.Index.Builder