Uses of Class
com.yahoo.vespa.config.search.core.ProtonConfig.Hwinfo.Builder
Packages that use ProtonConfig.Hwinfo.Builder
-
Uses of ProtonConfig.Hwinfo.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core declared as ProtonConfig.Hwinfo.BuilderMethods in com.yahoo.vespa.config.search.core that return ProtonConfig.Hwinfo.BuilderModifier and TypeMethodDescriptionProtonConfig.Hwinfo.Builder.cpu(ProtonConfig.Hwinfo.Cpu.Builder __builder) ProtonConfig.Hwinfo.Builder.cpu(Consumer<ProtonConfig.Hwinfo.Cpu.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Hwinfo.Builder.disk(ProtonConfig.Hwinfo.Disk.Builder __builder) ProtonConfig.Hwinfo.Builder.disk(Consumer<ProtonConfig.Hwinfo.Disk.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listProtonConfig.Hwinfo.Builder.memory(ProtonConfig.Hwinfo.Memory.Builder __builder) ProtonConfig.Hwinfo.Builder.memory(Consumer<ProtonConfig.Hwinfo.Memory.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.Hwinfo.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.hwinfo(ProtonConfig.Hwinfo.Builder __builder) Method parameters in com.yahoo.vespa.config.search.core with type arguments of type ProtonConfig.Hwinfo.BuilderModifier and TypeMethodDescriptionProtonConfig.Builder.hwinfo(Consumer<ProtonConfig.Hwinfo.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.Hwinfo.Builder