Uses of Class
com.yahoo.cloud.config.CuratorConfig.Server.Builder
Packages that use CuratorConfig.Server.Builder
-
Uses of CuratorConfig.Server.Builder in com.yahoo.cloud.config
Fields in com.yahoo.cloud.config with type parameters of type CuratorConfig.Server.BuilderMethods in com.yahoo.cloud.config that return CuratorConfig.Server.BuilderMethods in com.yahoo.cloud.config with parameters of type CuratorConfig.Server.BuilderModifier and TypeMethodDescriptionCuratorConfig.Builder.server(CuratorConfig.Server.Builder __builder) Add the given builder to this builder's list of Server buildersMethod parameters in com.yahoo.cloud.config with type arguments of type CuratorConfig.Server.BuilderModifier and TypeMethodDescriptionCuratorConfig.Builder.server(Consumer<CuratorConfig.Server.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listCuratorConfig.Builder.server(List<CuratorConfig.Server.Builder> __builders) Set the given list as this builder's list of Server buildersConstructors in com.yahoo.cloud.config with parameters of type CuratorConfig.Server.Builder