Uses of Interface
org.apache.curator.x.async.AsyncCuratorFramework
Packages that use AsyncCuratorFramework
Package
Description
-
Uses of AsyncCuratorFramework in async
Methods in async that return AsyncCuratorFrameworkModifier and TypeMethodDescriptionstatic AsyncCuratorFrameworkAsyncExamples.wrap(CuratorFramework client) -
Uses of AsyncCuratorFramework in modeled
Methods in modeled with parameters of type AsyncCuratorFrameworkModifier and TypeMethodDescriptionstatic ModeledFramework<PersonModel> ModeledCuratorExamples.wrap(AsyncCuratorFramework client) Constructors in modeled with parameters of type AsyncCuratorFramework -
Uses of AsyncCuratorFramework in org.apache.curator.x.async
Methods in org.apache.curator.x.async that return AsyncCuratorFrameworkModifier and TypeMethodDescriptionstatic AsyncCuratorFrameworkAsyncCuratorFramework.wrap(CuratorFramework client) Takes an old-style Curator instance and returns a new async instance that wraps it.Methods in org.apache.curator.x.async with parameters of type AsyncCuratorFrameworkModifier 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
Classes in org.apache.curator.x.async.details that implement AsyncCuratorFramework -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.migrations
Constructors in org.apache.curator.x.async.migrations with parameters of type AsyncCuratorFrameworkModifierConstructorDescriptionMigrationManager(AsyncCuratorFramework client, String lockPath, String metaDataPath, Executor executor, Duration lockMax) -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return AsyncCuratorFrameworkModifier and TypeMethodDescriptionModeledFramework.unwrap()Returns the client that was originally passed toModeledFramework.wrap(org.apache.curator.x.async.AsyncCuratorFramework, ModelSpec)or the builder.Methods in org.apache.curator.x.async.modeled with parameters of type AsyncCuratorFrameworkModifier 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
Methods in org.apache.curator.x.async.modeled.details that return AsyncCuratorFrameworkMethods in org.apache.curator.x.async.modeled.details with parameters of type AsyncCuratorFrameworkModifier 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
Methods in org.apache.curator.x.async.modeled.typed with parameters of type AsyncCuratorFrameworkModifier 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
Constructors in pubsub with parameters of type AsyncCuratorFrameworkModifierConstructorDescriptionPublisher(AsyncCuratorFramework client) Subscriber(AsyncCuratorFramework client)