Uses of Class
com.yahoo.vespa.config.search.core.ProtonConfig.Search.Builder
Packages that use ProtonConfig.Search.Builder
-
Uses of ProtonConfig.Search.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core declared as ProtonConfig.Search.BuilderMethods in com.yahoo.vespa.config.search.core that return ProtonConfig.Search.BuilderModifier and TypeMethodDescriptionProtonConfig.Search.Builder.async(boolean __value) ProtonConfig.Search.Builder.io(ProtonConfig.Search.Io.Enum __value) ProtonConfig.Search.Builder.memory(ProtonConfig.Search.Memory.Builder __builder) ProtonConfig.Search.Builder.memory(Consumer<ProtonConfig.Search.Memory.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Search.Builder.mmap(ProtonConfig.Search.Mmap.Builder __builder) ProtonConfig.Search.Builder.mmap(Consumer<ProtonConfig.Search.Mmap.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.Search.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.search(ProtonConfig.Search.Builder __builder) Method parameters in com.yahoo.vespa.config.search.core with type arguments of type ProtonConfig.Search.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.search(Consumer<ProtonConfig.Search.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.Search.Builder