Uses of Interface
org.apache.curator.x.async.api.AsyncEnsemblable
-
Uses of AsyncEnsemblable in org.apache.curator.x.async.api
Modifier and TypeMethodDescriptionAsyncEnsemblable
<AsyncStage<byte[]>> AsyncGetConfigBuilder.storingStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat objectAsyncReconfigBuilder.withJoiningAndLeaving
(List<String> joining, List<String> leaving) Adds servers to join the ensemble and/or servers to leave the ensemble.AsyncReconfigBuilder.withJoiningAndLeaving
(List<String> joining, List<String> leaving, long fromConfig) Specify joiners, leaves and config version.AsyncReconfigBuilder.withJoiningAndLeaving
(List<String> joining, List<String> leaving, org.apache.zookeeper.data.Stat stat) Same asAsyncReconfigBuilder.withJoiningAndLeaving(java.util.List, java.util.List)
but allows a stat to hold the stat info from "/zookeeper/config"AsyncReconfigBuilder.withJoiningAndLeaving
(List<String> joining, List<String> leaving, org.apache.zookeeper.data.Stat stat, long fromConfig) Same asAsyncReconfigBuilder.withJoiningAndLeaving(java.util.List, java.util.List)
with stat and config versionAsyncReconfigBuilder.withNewMembers
(List<String> servers) Sets one or more members that are meant to be the ensemble.AsyncReconfigBuilder.withNewMembers
(List<String> servers, long fromConfig) Same asAsyncReconfigBuilder.withNewMembers(java.util.List)
but allows specified the configuration version to use.AsyncReconfigBuilder.withNewMembers
(List<String> servers, org.apache.zookeeper.data.Stat stat) Same asAsyncReconfigBuilder.withNewMembers(java.util.List)
but allows a stat to hold the stat info from "/zookeeper/config"AsyncReconfigBuilder.withNewMembers
(List<String> servers, org.apache.zookeeper.data.Stat stat, long fromConfig) Same asAsyncReconfigBuilder.withNewMembers(java.util.List)
with stat and config version