Package org.apache.curator.x.async.api
Interface AsyncGetConfigBuilder
-
- All Superinterfaces:
AsyncEnsemblable<AsyncStage<byte[]>>
public interface AsyncGetConfigBuilder extends AsyncEnsemblable<AsyncStage<byte[]>>
Builder for getConfig()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncEnsemblable<AsyncStage<byte[]>>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.AsyncEnsemblable
forEnsemble
-
-
-
-
Method Detail
-
storingStatIn
AsyncEnsemblable<AsyncStage<byte[]>> 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
-
-