Uses of Class
com.yahoo.cloud.config.CuratorConfig.Builder
Packages that use CuratorConfig.Builder
-
Uses of CuratorConfig.Builder in com.yahoo.cloud.config
Methods in com.yahoo.cloud.config that return CuratorConfig.BuilderModifier and TypeMethodDescriptionCuratorConfig.Builder.juteMaxBuffer(int __value) CuratorConfig.Builder.server(CuratorConfig.Server.Builder __builder) Add the given builder to this builder's list of Server buildersCuratorConfig.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 buildersCuratorConfig.Builder.zookeeperLocalhostAffinity(boolean __value) CuratorConfig.Builder.zookeeperSessionTimeoutSeconds(int __value) Methods in com.yahoo.cloud.config with parameters of type CuratorConfig.BuilderModifier and TypeMethodDescriptionvoidCuratorConfig.Producer.getConfig(CuratorConfig.Builder builder) Constructors in com.yahoo.cloud.config with parameters of type CuratorConfig.Builder