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
Modifier and TypeMethodDescriptionAsyncPathable
<AsyncStage<org.apache.zookeeper.data.Stat>> withOptions
(Set<ExistsOption> options) Use the given options.Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
-
Method Details
-
withOptions
Use the given options. The default is to use no options- Parameters:
options
- options to use- Returns:
- this
-