Uses of Class
com.yahoo.cloud.config.ZookeeperServerConfig.Server.Builder
Packages that use ZookeeperServerConfig.Server.Builder
-
Uses of ZookeeperServerConfig.Server.Builder in com.yahoo.cloud.config
Fields in com.yahoo.cloud.config with type parameters of type ZookeeperServerConfig.Server.BuilderMethods in com.yahoo.cloud.config that return ZookeeperServerConfig.Server.BuilderModifier and TypeMethodDescriptionZookeeperServerConfig.Server.Builder.clientPort(int __value) ZookeeperServerConfig.Server.Builder.electionPort(int __value) ZookeeperServerConfig.Server.Builder.id(int __value) ZookeeperServerConfig.Server.Builder.joining(boolean __value) ZookeeperServerConfig.Server.Builder.quorumPort(int __value) ZookeeperServerConfig.Server.Builder.retired(boolean __value) Methods in com.yahoo.cloud.config with parameters of type ZookeeperServerConfig.Server.BuilderModifier and TypeMethodDescriptionZookeeperServerConfig.Builder.server(ZookeeperServerConfig.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 ZookeeperServerConfig.Server.BuilderModifier and TypeMethodDescriptionZookeeperServerConfig.Builder.server(Consumer<ZookeeperServerConfig.Server.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listZookeeperServerConfig.Builder.server(List<ZookeeperServerConfig.Server.Builder> __builders) Set the given list as this builder's list of Server buildersConstructors in com.yahoo.cloud.config with parameters of type ZookeeperServerConfig.Server.Builder