public interface AsyncGetChildrenBuilder extends AsyncPathable<AsyncStage<List<String>>>
Modifier and Type | Method and Description |
---|---|
AsyncPathable<AsyncStage<List<String>>> |
storingStatIn(org.apache.zookeeper.data.Stat stat)
Have the operation fill the provided stat object
|
forPath
AsyncPathable<AsyncStage<List<String>>> storingStatIn(org.apache.zookeeper.data.Stat stat)
stat
- the stat to have filled inCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.