Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Method and Description |
---|---|
void |
ZooKeeper.getEphemerals(AsyncCallback.EphemeralsCallback cb,
Object ctx)
Asynchronously gets all the ephemeral nodes created by this session.
|
void |
ZooKeeper.getEphemerals(String prefixPath,
AsyncCallback.EphemeralsCallback cb,
Object ctx)
Asynchronously gets all the ephemeral nodes matching prefixPath
created by this session.
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.