ACLableExistBuilderMain, ACLBackgroundPathAndBytesable<T>, ACLCreateModeBackgroundPathAndBytesable<T>, ACLCreateModeStatBackgroundPathAndBytesable<T>, BackgroundEnsembleable<T>, BackgroundPathable<T>, BackgroundPathableQuietlyable<T>, BackgroundPathAndBytesable<T>, BackgroundVersionable, ChildrenDeletable, CreateBackgroundModeACLable, CreateBackgroundModeStatACLable, CreateBuilder, CreateBuilder2, CreateBuilderMain, CreateProtectACLCreateModePathAndBytesable<T>, CuratorMultiTransaction, DeleteBuilder, DeleteBuilderMain, ExistsBuilder, ExistsBuilderMain, GetACLBuilder, GetChildrenBuilder, GetConfigBuilder, GetDataBuilder, GetDataWatchBackgroundStatable, GuaranteeableDeletable, ProtectACLCreateModePathAndBytesable<T>, ProtectACLCreateModeStatPathAndBytesable<T>, ReconfigBuilder, RemoveWatchesLocal, RemoveWatchesType, SetDataBackgroundVersionable, SetDataBuilder, SyncBuilder, WatchBackgroundEnsembleable<T>CreateBuilderImpl, CuratorMultiTransactionImpl, DeleteBuilderImpl, ExistsBuilderImpl, GetACLBuilderImpl, GetChildrenBuilderImpl, GetConfigBuilderImpl, GetDataBuilderImpl, ReconfigBuilderImpl, RemoveWatchesBuilderImpl, SetACLBuilderImpl, SetDataBuilderImpl, SyncBuilderImplpublic interface Backgroundable<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
inBackground() |
Perform the action in the background
|
T |
inBackground(java.lang.Object context) |
Perform the action in the background
|
T |
inBackground(BackgroundCallback callback) |
Perform the action in the background
|
T |
inBackground(BackgroundCallback callback,
java.lang.Object context) |
Perform the action in the background
|
T |
inBackground(BackgroundCallback callback,
java.lang.Object context,
java.util.concurrent.Executor executor) |
Perform the action in the background
|
T |
inBackground(BackgroundCallback callback,
java.util.concurrent.Executor executor) |
Perform the action in the background
|
T inBackground()
T inBackground(java.lang.Object context)
context - context object - will be available from the event sent to the listenerT inBackground(BackgroundCallback callback)
callback - a functor that will get called when the operation has completedT inBackground(BackgroundCallback callback, java.lang.Object context)
callback - a functor that will get called when the operation has completedcontext - context object - will be available from the event sent to the listenerT inBackground(BackgroundCallback callback, java.util.concurrent.Executor executor)
callback - a functor that will get called when the operation has completedexecutor - executor to use for the background callT inBackground(BackgroundCallback callback, java.lang.Object context, java.util.concurrent.Executor executor)
callback - a functor that will get called when the operation has completedcontext - context object - will be available from the event sent to the listenerexecutor - executor to use for the background callCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.