AsyncCallback.ACLCallback
, AsyncCallback.Children2Callback
, AsyncCallback.ChildrenCallback
, AsyncCallback.DataCallback
, AsyncCallback.MultiCallback
, AsyncCallback.StatCallback
, AsyncCallback.StringCallback
, AsyncCallback.VoidCallback
ZooKeeperSaslClient.ServerSaslResponseCallback
@Public public interface AsyncCallback
Modifier and Type | Interface | Description |
---|---|---|
static interface |
AsyncCallback.ACLCallback |
This callback is used to retrieve the ACL and stat of the node.
|
static interface |
AsyncCallback.Children2Callback |
This callback is used to retrieve the children and stat of the node.
|
static interface |
AsyncCallback.ChildrenCallback |
This callback is used to retrieve the children of the node.
|
static interface |
AsyncCallback.DataCallback |
This callback is used to retrieve the data and stat of the node.
|
static interface |
AsyncCallback.MultiCallback |
This callback is used to process the multiple results from
a single multi call.
|
static interface |
AsyncCallback.StatCallback |
This callback is used to retrieve the stat of the node.
|
static interface |
AsyncCallback.StringCallback |
This callback is used to retrieve the name of the node.
|
static interface |
AsyncCallback.VoidCallback |
This callback doesn't retrieve anything from the node.
|
Copyright © 2018 The Apache Software Foundation