Uses of Class
com.yahoo.vespa.config.search.core.ProtonConfig.Summary.Log.Builder
Packages that use ProtonConfig.Summary.Log.Builder
-
Uses of ProtonConfig.Summary.Log.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core declared as ProtonConfig.Summary.Log.BuilderMethods in com.yahoo.vespa.config.search.core that return ProtonConfig.Summary.Log.BuilderModifier and TypeMethodDescriptionProtonConfig.Summary.Log.Builder.chunk(ProtonConfig.Summary.Log.Chunk.Builder __builder) ProtonConfig.Summary.Log.Builder.chunk(Consumer<ProtonConfig.Summary.Log.Chunk.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Summary.Log.Builder.compact(ProtonConfig.Summary.Log.Compact.Builder __builder) ProtonConfig.Summary.Log.Builder.compact(Consumer<ProtonConfig.Summary.Log.Compact.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Summary.Log.Builder.maxbucketspread(double __value) ProtonConfig.Summary.Log.Builder.maxdiskbloatfactor(double __value) ProtonConfig.Summary.Log.Builder.maxfilesize(long __value) ProtonConfig.Summary.Log.Builder.maxnumlids(int __value) ProtonConfig.Summary.Log.Builder.minfilesizefactor(double __value) Methods in com.yahoo.vespa.config.search.core with parameters of type ProtonConfig.Summary.Log.BuilderModifier and TypeMethodDescriptionProtonConfig.Summary.Builder.log(ProtonConfig.Summary.Log.Builder __builder) Method parameters in com.yahoo.vespa.config.search.core with type arguments of type ProtonConfig.Summary.Log.BuilderModifier and TypeMethodDescriptionProtonConfig.Summary.Builder.log(Consumer<ProtonConfig.Summary.Log.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.Summary.Log.Builder