Package org.apache.curator.x.async.api
Interface AsyncGetChildrenBuilder
-
- All Superinterfaces:
AsyncPathable<AsyncStage<java.util.List<java.lang.String>>>
public interface AsyncGetChildrenBuilder extends AsyncPathable<AsyncStage<java.util.List<java.lang.String>>>
Builder for getChildren()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncPathable<AsyncStage<java.util.List<java.lang.String>>>storingStatIn(org.apache.zookeeper.data.Stat stat)Have the operation fill the provided stat object-
Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
-
-
-
-
Method Detail
-
storingStatIn
AsyncPathable<AsyncStage<java.util.List<java.lang.String>>> storingStatIn(org.apache.zookeeper.data.Stat stat)
Have the operation fill the provided stat object- Parameters:
stat- the stat to have filled in- Returns:
- this
-
-