Uses of Interface
org.apache.curator.framework.api.Pathable
Packages that use Pathable
Package
Description
-
Uses of Pathable in org.apache.curator.framework.api
Subinterfaces of Pathable in org.apache.curator.framework.apiModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
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
StatPathable<T>
interface
interface
interface
Methods in org.apache.curator.framework.api that return PathableModifier and TypeMethodDescriptionErrorListenerPathable.withUnhandledErrorListener
(UnhandledErrorListener listener) Set an error listener for this background operation. -
Uses of Pathable in org.apache.curator.framework.api.transaction
Subinterfaces of Pathable in org.apache.curator.framework.api.transactionModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of Pathable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement PathableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Methods in org.apache.curator.framework.imps that return PathableModifier and TypeMethodDescriptionGetACLBuilderImpl.storingStatIn
(org.apache.zookeeper.data.Stat stat) AddWatchBuilderImpl.usingWatcher
(CuratorWatcher watcher) AddWatchBuilderImpl.usingWatcher
(org.apache.zookeeper.Watcher watcher) DeleteBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) Pathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) GetACLBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) GetChildrenBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) Pathable
<byte[]> GetDataBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) RemoveWatchesBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) Pathable
<org.apache.zookeeper.data.Stat> SetACLBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) SyncBuilderImpl.withUnhandledErrorListener
(UnhandledErrorListener listener) Methods in org.apache.curator.framework.imps that return types with arguments of type PathableModifier and TypeMethodDescriptionAddWatchBuilderImpl.inBackground()
AddWatchBuilderImpl.inBackground
(Object context) AddWatchBuilderImpl.inBackground
(BackgroundCallback callback) AddWatchBuilderImpl.inBackground
(BackgroundCallback callback, Object context) AddWatchBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) AddWatchBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor)