Uses of Interface
org.apache.curator.framework.api.BackgroundPathable
-
Uses of BackgroundPathable in org.apache.curator.framework.api
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Solves this edge case: deleting a node can fail due to connection issues.interface
Builder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.interface
Builder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.interface
-
Uses of BackgroundPathable in org.apache.curator.framework.imps
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionRemoveWatchesBuilderImpl.quietly()
BackgroundPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.usingWatcher
(CuratorWatcher watcher) BackgroundPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.usingWatcher
(org.apache.zookeeper.Watcher watcher) GetChildrenBuilderImpl.usingWatcher
(CuratorWatcher watcher) GetChildrenBuilderImpl.usingWatcher
(org.apache.zookeeper.Watcher watcher) BackgroundPathable
<byte[]> GetDataBuilderImpl.usingWatcher
(CuratorWatcher watcher) BackgroundPathable
<byte[]> GetDataBuilderImpl.usingWatcher
(org.apache.zookeeper.Watcher watcher) BackgroundPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.watched()
GetChildrenBuilderImpl.watched()
BackgroundPathable
<byte[]> GetDataBuilderImpl.watched()
BackgroundPathable
<org.apache.zookeeper.data.Stat> DeleteBuilderImpl.withVersion
(int version) Modifier and TypeMethodDescriptionACLable
<BackgroundPathable<org.apache.zookeeper.data.Stat>> SetACLBuilderImpl.withVersion
(int version)