Uses of Interface
org.apache.curator.x.async.AsyncCuratorFramework
Package
Description
-
Uses of AsyncCuratorFramework in async
Modifier and TypeMethodDescriptionstatic AsyncCuratorFramework
AsyncExamples.wrap
(CuratorFramework client) -
Uses of AsyncCuratorFramework in modeled
Modifier and TypeMethodDescriptionstatic ModeledFramework
<PersonModel> ModeledCuratorExamples.wrap
(AsyncCuratorFramework client) -
Uses of AsyncCuratorFramework in org.apache.curator.x.async
Modifier and TypeMethodDescriptionstatic AsyncCuratorFramework
AsyncCuratorFramework.wrap
(CuratorFramework client) Takes an old-style Curator instance and returns a new async instance that wraps it.Modifier and TypeMethodDescriptionstatic CompletionStage
<Void> AsyncWrappers.asyncEnsureContainers
(AsyncCuratorFramework client, String path) Asynchronously ensure that the parents of the given path are created as containersstatic CompletionStage
<Void> AsyncWrappers.asyncEnsureParents
(AsyncCuratorFramework client, String path) Asynchronously ensure that the parents of the given path are createdstatic CompletionStage
<Map<String, byte[]>> AsyncWrappers.childrenWithData
(AsyncCuratorFramework client, String path) Return the children of the given path (keyed by the full path) and the data for each node.static CompletionStage
<Map<String, byte[]>> AsyncWrappers.childrenWithData
(AsyncCuratorFramework client, String path, boolean isCompressed) Return the children of the given path (keyed by the full path) and the data for each node. -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.details
-
Uses of AsyncCuratorFramework in org.apache.curator.x.async.migrations
ModifierConstructorDescriptionMigrationManager
(AsyncCuratorFramework client, String lockPath, String metaDataPath, Executor executor, Duration lockMax) -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionModeledFramework.unwrap()
Returns the client that was originally passed toModeledFramework.wrap(org.apache.curator.x.async.AsyncCuratorFramework, ModelSpec)
or the builder.Modifier and TypeMethodDescriptionstatic <T> ModeledFrameworkBuilder
<T> ModeledFramework.builder
(AsyncCuratorFramework client, ModelSpec<T> model) Start a new ModeledFrameworkBuilder for the given modelModeledFrameworkBuilder.withClient
(AsyncCuratorFramework client) Change the client to usestatic <T> ModeledFramework
<T> ModeledFramework.wrap
(AsyncCuratorFramework client, ModelSpec<T> model) Return a new ModeledFramework for the given model -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.modeled.details
Modifier and TypeMethodDescriptionstatic <T> ModeledFrameworkImpl
<T> ModeledFrameworkImpl.build
(AsyncCuratorFramework client, ModelSpec<T> model, WatchMode watchMode, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter, UnhandledErrorListener unhandledErrorListener, UnaryOperator<CuratorEvent> resultFilter, Set<ModeledOptions> modeledOptions) -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.modeled.typed
Modifier and TypeMethodDescriptionTypedModeledFramework.resolved
(AsyncCuratorFramework client, P1 p1) Resolve into a ModeledFramework using the given parameterTypedModeledFramework0.resolved
(AsyncCuratorFramework client) TypedModeledFramework10.resolved
(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) TypedModeledFramework2.resolved
(AsyncCuratorFramework client, P1 p1, P2 p2) TypedModeledFramework3.resolved
(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3) TypedModeledFramework6.resolved
(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) TypedModeledFramework7.resolved
(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) TypedModeledFramework8.resolved
(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) TypedModeledFramework9.resolved
(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) -
Uses of AsyncCuratorFramework in pubsub
ModifierConstructorDescriptionPublisher
(AsyncCuratorFramework client) Subscriber
(AsyncCuratorFramework client)