Uses of Interface
org.apache.curator.framework.api.BackgroundPathable
Packages that use BackgroundPathable
-
Uses of BackgroundPathable in org.apache.curator.framework.api
Subinterfaces of BackgroundPathable in org.apache.curator.framework.apiModifier 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
Classes in org.apache.curator.framework.imps that implement BackgroundPathableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in org.apache.curator.framework.imps that return BackgroundPathableModifier 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) Methods in org.apache.curator.framework.imps that return types with arguments of type BackgroundPathableModifier and TypeMethodDescriptionACLable
<BackgroundPathable<org.apache.zookeeper.data.Stat>> SetACLBuilderImpl.withVersion
(int version)