Uses of Interface
org.apache.curator.framework.api.BackgroundEnsembleable
-
Packages that use BackgroundEnsembleable Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of BackgroundEnsembleable in org.apache.curator.framework.api
Subinterfaces of BackgroundEnsembleable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceWatchBackgroundEnsembleable<T> -
Uses of BackgroundEnsembleable in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return BackgroundEnsembleable Modifier and Type Method Description BackgroundEnsembleable<byte[]>GetConfigBuilderImpl. usingWatcher(CuratorWatcher watcher)BackgroundEnsembleable<byte[]>GetConfigBuilderImpl. usingWatcher(org.apache.zookeeper.Watcher watcher)BackgroundEnsembleable<byte[]>GetConfigBuilderImpl. watched()
-