Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescription
-
Deprecated MethodsMethodDescriptionthis has been generalized to support all create modes. Instead, use:
client.create().withProtection().withMode(CreateMode.EPHEMERAL_SEQUENTIAL)...As of ZooKeeper 3.5 Curators recipes will handle removing watcher references when they are no longer used. If you write your own recipe, follow the example of Curator recipes and useCuratorFramework.newWatcherRemoveCuratorFramework()callingWatcherRemoveCuratorFramework.removeWatchers()when closing your instance.useCuratorFramework.transaction()insteaduseCuratorFramework.getState()insteadSince 2.9.0 - useCuratorFramework.usingNamespace(java.lang.String)passingnulluseCuratorFramework.sync()insteaduseCuratorFramework.watchers()in ZooKeeper 3.6+
-
Deprecated Constructors