Uses of Interface
org.apache.curator.framework.api.Pathable
Package
Description
-
Uses of Pathable in org.apache.curator.framework.api
Modifier 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
Modifier and TypeMethodDescriptionErrorListenerPathable.withUnhandledErrorListener
(UnhandledErrorListener listener) Set an error listener for this background operation. -
Uses of Pathable in org.apache.curator.framework.api.transaction
Modifier and TypeInterfaceDescriptioninterface
interface
-
Uses of Pathable in org.apache.curator.framework.imps
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Modifier 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) Modifier 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)