Package org.apache.curator.x.async.api
Interface AsyncExistsBuilder
-
- All Superinterfaces:
AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>>
public interface AsyncExistsBuilder extends AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>>
Builder for ZNode exists
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>>withOptions(java.util.Set<ExistsOption> options)Use the given options.-
Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
-
-
-
-
Method Detail
-
withOptions
AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>> withOptions(java.util.Set<ExistsOption> options)
Use the given options. The default is to use no options- Parameters:
options- options to use- Returns:
- this
-
-