Uses of Interface
org.apache.curator.framework.api.BackgroundCallback
Packages that use BackgroundCallback
-
Uses of BackgroundCallback in framework
Methods in framework with parameters of type BackgroundCallbackModifier and TypeMethodDescriptionstatic void
CrudExamples.setDataAsyncWithCallback
(CuratorFramework client, BackgroundCallback callback, String path, byte[] payload) -
Uses of BackgroundCallback in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api with parameters of type BackgroundCallbackModifier and TypeMethodDescriptionBackgroundable.inBackground
(BackgroundCallback callback) Perform the action in the backgroundBackgroundable.inBackground
(BackgroundCallback callback, Object context) Perform the action in the backgroundBackgroundable.inBackground
(BackgroundCallback callback, Object context, Executor executor) Perform the action in the backgroundBackgroundable.inBackground
(BackgroundCallback callback, Executor executor) Perform the action in the background -
Uses of BackgroundCallback in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps with parameters of type BackgroundCallbackModifier and TypeMethodDescriptionAddWatchBuilderImpl.inBackground
(BackgroundCallback callback) AddWatchBuilderImpl.inBackground
(BackgroundCallback callback, Object context) AddWatchBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) AddWatchBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) CreateBuilderImpl.inBackground
(BackgroundCallback callback) CreateBuilderImpl.inBackground
(BackgroundCallback callback, Object context) CreateBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) CreateBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) CuratorMultiTransactionImpl.inBackground
(BackgroundCallback callback) CuratorMultiTransactionImpl.inBackground
(BackgroundCallback callback, Object context) CuratorMultiTransactionImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) CuratorMultiTransactionImpl.inBackground
(BackgroundCallback callback, Executor executor) DeleteBuilderImpl.inBackground
(BackgroundCallback callback) DeleteBuilderImpl.inBackground
(BackgroundCallback callback, Object context) DeleteBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) DeleteBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.inBackground
(BackgroundCallback callback) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.inBackground
(BackgroundCallback callback, Object context) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) ErrorListenerPathable
<List<org.apache.zookeeper.data.ACL>> GetACLBuilderImpl.inBackground
(BackgroundCallback callback) ErrorListenerPathable
<List<org.apache.zookeeper.data.ACL>> GetACLBuilderImpl.inBackground
(BackgroundCallback callback, Object context) ErrorListenerPathable
<List<org.apache.zookeeper.data.ACL>> GetACLBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) ErrorListenerPathable
<List<org.apache.zookeeper.data.ACL>> GetACLBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) GetChildrenBuilderImpl.inBackground
(BackgroundCallback callback) GetChildrenBuilderImpl.inBackground
(BackgroundCallback callback, Object context) GetChildrenBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) GetChildrenBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) ErrorListenerEnsembleable
<byte[]> GetConfigBuilderImpl.inBackground
(BackgroundCallback callback) ErrorListenerEnsembleable
<byte[]> GetConfigBuilderImpl.inBackground
(BackgroundCallback callback, Object context) ErrorListenerEnsembleable
<byte[]> GetConfigBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) ErrorListenerEnsembleable
<byte[]> GetConfigBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) ErrorListenerPathable
<byte[]> GetDataBuilderImpl.inBackground
(BackgroundCallback callback) ErrorListenerPathable
<byte[]> GetDataBuilderImpl.inBackground
(BackgroundCallback callback, Object context) ErrorListenerPathable
<byte[]> GetDataBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) ErrorListenerPathable
<byte[]> GetDataBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) ReconfigBuilderImpl.inBackground
(BackgroundCallback callback) ReconfigBuilderImpl.inBackground
(BackgroundCallback callback, Object context) ReconfigBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) ReconfigBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) RemoveWatchesBuilderImpl.inBackground
(BackgroundCallback callback) RemoveWatchesBuilderImpl.inBackground
(BackgroundCallback callback, Object context) RemoveWatchesBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) RemoveWatchesBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> SetACLBuilderImpl.inBackground
(BackgroundCallback callback) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> SetACLBuilderImpl.inBackground
(BackgroundCallback callback, Object context) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> SetACLBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) ErrorListenerPathable
<org.apache.zookeeper.data.Stat> SetACLBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) ErrorListenerPathAndBytesable
<org.apache.zookeeper.data.Stat> SetDataBuilderImpl.inBackground
(BackgroundCallback callback) ErrorListenerPathAndBytesable
<org.apache.zookeeper.data.Stat> SetDataBuilderImpl.inBackground
(BackgroundCallback callback, Object context) ErrorListenerPathAndBytesable
<org.apache.zookeeper.data.Stat> SetDataBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) ErrorListenerPathAndBytesable
<org.apache.zookeeper.data.Stat> SetDataBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) SyncBuilderImpl.inBackground
(BackgroundCallback callback) SyncBuilderImpl.inBackground
(BackgroundCallback callback, Object context) SyncBuilderImpl.inBackground
(BackgroundCallback callback, Object context, Executor executor) SyncBuilderImpl.inBackground
(BackgroundCallback callback, Executor executor) Constructors in org.apache.curator.framework.imps with parameters of type BackgroundCallbackModifierConstructorDescriptionBackgrounding
(BackgroundCallback callback, UnhandledErrorListener errorListener)