Package org.apache.curator.framework.api
Interface GetChildrenBuilder
-
- All Superinterfaces:
Backgroundable<ErrorListenerPathable<java.util.List<java.lang.String>>>,BackgroundPathable<java.util.List<java.lang.String>>,Pathable<java.util.List<java.lang.String>>,Statable<WatchPathable<java.util.List<java.lang.String>>>,Watchable<BackgroundPathable<java.util.List<java.lang.String>>>,WatchableBase<BackgroundPathable<java.util.List<java.lang.String>>>
- All Known Implementing Classes:
GetChildrenBuilderImpl
public interface GetChildrenBuilder extends Watchable<BackgroundPathable<java.util.List<java.lang.String>>>, BackgroundPathable<java.util.List<java.lang.String>>, Statable<WatchPathable<java.util.List<java.lang.String>>>
-
-
Method Summary
-
Methods inherited from interface org.apache.curator.framework.api.Backgroundable
inBackground, inBackground, inBackground, inBackground, inBackground, inBackground
-
Methods inherited from interface org.apache.curator.framework.api.Statable
storingStatIn
-
Methods inherited from interface org.apache.curator.framework.api.WatchableBase
usingWatcher, usingWatcher
-
-