Backgroundable<java.util.List<org.apache.zookeeper.data.ACL>>, BackgroundPathable<java.util.List<org.apache.zookeeper.data.ACL>>, ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>>, GetACLBuilder, Pathable<java.util.List<org.apache.zookeeper.data.ACL>>, Statable<java.util.List<org.apache.zookeeper.data.ACL>>public class GetACLBuilderImpl extends java.lang.Object implements GetACLBuilder, ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>>
| Constructor | Description |
|---|---|
GetACLBuilderImpl(CuratorFrameworkImpl client,
Backgrounding backgrounding,
org.apache.zookeeper.data.Stat responseStat) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<org.apache.zookeeper.data.ACL> |
forPath(java.lang.String path) |
Commit the currently building operation using the given path
|
ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> |
inBackground() |
Perform the action in the background
|
ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> |
inBackground(java.lang.Object context) |
Perform the action in the background
|
ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> |
inBackground(BackgroundCallback callback) |
Perform the action in the background
|
ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> |
inBackground(BackgroundCallback callback,
java.lang.Object context) |
Perform the action in the background
|
ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> |
inBackground(BackgroundCallback callback,
java.lang.Object context,
java.util.concurrent.Executor executor) |
Perform the action in the background
|
ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> |
inBackground(BackgroundCallback callback,
java.util.concurrent.Executor executor) |
Perform the action in the background
|
void |
performBackgroundOperation(org.apache.curator.framework.imps.OperationAndData<java.lang.String> operationAndData) |
|
Pathable<java.util.List<org.apache.zookeeper.data.ACL>> |
storingStatIn(org.apache.zookeeper.data.Stat stat) |
Have the operation fill the provided stat object
|
Pathable<java.util.List<org.apache.zookeeper.data.ACL>> |
withUnhandledErrorListener(UnhandledErrorListener listener) |
Set an error listener for this background operation.
|
public GetACLBuilderImpl(CuratorFrameworkImpl client, Backgrounding backgrounding, org.apache.zookeeper.data.Stat responseStat)
public ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> inBackground(BackgroundCallback callback, java.lang.Object context)
BackgroundableinBackground in interface Backgroundable<java.util.List<org.apache.zookeeper.data.ACL>>callback - a functor that will get called when the operation has completedcontext - context object - will be available from the event sent to the listenerpublic ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> inBackground(BackgroundCallback callback, java.lang.Object context, java.util.concurrent.Executor executor)
BackgroundableinBackground in interface Backgroundable<java.util.List<org.apache.zookeeper.data.ACL>>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 callpublic ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> inBackground()
BackgroundableinBackground in interface Backgroundable<java.util.List<org.apache.zookeeper.data.ACL>>public ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> inBackground(java.lang.Object context)
BackgroundableinBackground in interface Backgroundable<java.util.List<org.apache.zookeeper.data.ACL>>context - context object - will be available from the event sent to the listenerpublic ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> inBackground(BackgroundCallback callback)
BackgroundableinBackground in interface Backgroundable<java.util.List<org.apache.zookeeper.data.ACL>>callback - a functor that will get called when the operation has completedpublic ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>> inBackground(BackgroundCallback callback, java.util.concurrent.Executor executor)
BackgroundableinBackground in interface Backgroundable<java.util.List<org.apache.zookeeper.data.ACL>>callback - a functor that will get called when the operation has completedexecutor - executor to use for the background callpublic Pathable<java.util.List<org.apache.zookeeper.data.ACL>> withUnhandledErrorListener(UnhandledErrorListener listener)
ErrorListenerPathablewithUnhandledErrorListener in interface ErrorListenerPathable<java.util.List<org.apache.zookeeper.data.ACL>>listener - the listenerpublic Pathable<java.util.List<org.apache.zookeeper.data.ACL>> storingStatIn(org.apache.zookeeper.data.Stat stat)
StatablestoringStatIn in interface Statable<java.util.List<org.apache.zookeeper.data.ACL>>stat - the stat to have filled inpublic void performBackgroundOperation(org.apache.curator.framework.imps.OperationAndData<java.lang.String> operationAndData)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<org.apache.zookeeper.data.ACL> forPath(java.lang.String path)
throws java.lang.Exception
PathableCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.