Uses of Class
com.yahoo.vespa.config.search.core.ProtonConfig.Flush.Builder
Packages that use ProtonConfig.Flush.Builder
-
Uses of ProtonConfig.Flush.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core declared as ProtonConfig.Flush.BuilderMethods in com.yahoo.vespa.config.search.core that return ProtonConfig.Flush.BuilderModifier and TypeMethodDescriptionProtonConfig.Flush.Builder.idleinterval(double __value) ProtonConfig.Flush.Builder.maxconcurrent(int __value) ProtonConfig.Flush.Builder.memory(ProtonConfig.Flush.Memory.Builder __builder) ProtonConfig.Flush.Builder.memory(Consumer<ProtonConfig.Flush.Memory.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Flush.Builder.preparerestart(ProtonConfig.Flush.Preparerestart.Builder __builder) ProtonConfig.Flush.Builder.preparerestart(Consumer<ProtonConfig.Flush.Preparerestart.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Flush.Builder.strategy(ProtonConfig.Flush.Strategy.Enum __value) Methods in com.yahoo.vespa.config.search.core with parameters of type ProtonConfig.Flush.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.flush(ProtonConfig.Flush.Builder __builder) Method parameters in com.yahoo.vespa.config.search.core with type arguments of type ProtonConfig.Flush.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.flush(Consumer<ProtonConfig.Flush.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.Flush.Builder