Package org.apache.curator.x.async.api
Interface AsyncGetConfigBuilder
- All Superinterfaces:
AsyncEnsemblable<AsyncStage<byte[]>>
Builder for getConfig()
-
Method Summary
Modifier and TypeMethodDescriptionAsyncEnsemblable
<AsyncStage<byte[]>> storingStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat objectMethods inherited from interface org.apache.curator.x.async.api.AsyncEnsemblable
forEnsemble
-
Method Details
-
storingStatIn
Have the operation fill the provided stat object- Parameters:
stat
- the stat to have filled in- Returns:
- this
-