Package | Description |
---|---|
framework | |
org.apache.curator.framework.api | |
org.apache.curator.framework.imps |
Modifier and Type | Method and Description |
---|---|
static void |
CrudExamples.setDataAsyncWithCallback(CuratorFramework client,
BackgroundCallback callback,
String path,
byte[] payload) |
Modifier and Type | Method and Description |
---|---|
T |
Backgroundable.inBackground(BackgroundCallback callback)
Perform the action in the background
|
T |
Backgroundable.inBackground(BackgroundCallback callback,
Executor executor)
Perform the action in the background
|
T |
Backgroundable.inBackground(BackgroundCallback callback,
Object context)
Perform the action in the background
|
T |
Backgroundable.inBackground(BackgroundCallback callback,
Object context,
Executor executor)
Perform the action in the background
|
Modifier and Type | Method and Description |
---|---|
Pathable<Void> |
SyncBuilderImpl.inBackground(BackgroundCallback callback) |
Pathable<Void> |
SyncBuilderImpl.inBackground(BackgroundCallback callback,
Executor executor) |
Pathable<Void> |
SyncBuilderImpl.inBackground(BackgroundCallback callback,
Object context) |
Pathable<Void> |
SyncBuilderImpl.inBackground(BackgroundCallback callback,
Object context,
Executor executor) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.