Uses of Interface
org.apache.curator.x.async.AsyncCuratorFramework
-
-
Uses of AsyncCuratorFramework in org.apache.curator.x.async
Methods in org.apache.curator.x.async that return AsyncCuratorFramework Modifier and Type Method Description static AsyncCuratorFrameworkAsyncCuratorFramework. wrap(org.apache.curator.framework.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 AsyncCuratorFramework Modifier and Type Method Description static java.util.concurrent.CompletionStage<java.lang.Void>AsyncWrappers. asyncEnsureContainers(AsyncCuratorFramework client, java.lang.String path)Asynchronously ensure that the parents of the given path are created as containersstatic java.util.concurrent.CompletionStage<java.lang.Void>AsyncWrappers. asyncEnsureParents(AsyncCuratorFramework client, java.lang.String path)Asynchronously ensure that the parents of the given path are createdstatic java.util.concurrent.CompletionStage<java.util.Map<java.lang.String,byte[]>>AsyncWrappers. childrenWithData(AsyncCuratorFramework client, java.lang.String path)Return the children of the given path (keyed by the full path) and the data for each node.static java.util.concurrent.CompletionStage<java.util.Map<java.lang.String,byte[]>>AsyncWrappers. childrenWithData(AsyncCuratorFramework client, java.lang.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 Modifier and Type Class Description classAsyncCuratorFrameworkImpl -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.migrations
Constructors in org.apache.curator.x.async.migrations with parameters of type AsyncCuratorFramework Constructor Description MigrationManager(AsyncCuratorFramework client, java.lang.String lockPath, java.lang.String metaDataPath, java.util.concurrent.Executor executor, java.time.Duration lockMax) -
Uses of AsyncCuratorFramework in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return AsyncCuratorFramework Modifier and Type Method Description AsyncCuratorFrameworkModeledFramework. 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 AsyncCuratorFramework Modifier and Type Method Description static <T> ModeledFrameworkBuilder<T>ModeledFramework. builder(AsyncCuratorFramework client, ModelSpec<T> model)Start a new ModeledFrameworkBuilder for the given modelModeledFrameworkBuilder<T>ModeledFrameworkBuilder. 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 AsyncCuratorFramework Modifier and Type Method Description AsyncCuratorFrameworkModeledFrameworkImpl. unwrap()Methods in org.apache.curator.x.async.modeled.details with parameters of type AsyncCuratorFramework Modifier and Type Method Description static <T> ModeledFrameworkImpl<T>ModeledFrameworkImpl. build(AsyncCuratorFramework client, ModelSpec<T> model, WatchMode watchMode, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter, org.apache.curator.framework.api.UnhandledErrorListener unhandledErrorListener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.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 AsyncCuratorFramework Modifier and Type Method Description ModeledFramework<M>TypedModeledFramework. resolved(AsyncCuratorFramework client, P1 p1)Resolve into a ModeledFramework using the given parameterModeledFramework<M>TypedModeledFramework0. resolved(AsyncCuratorFramework client)ModeledFramework<M>TypedModeledFramework10. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10)ModeledFramework<M>TypedModeledFramework2. resolved(AsyncCuratorFramework client, P1 p1, P2 p2)ModeledFramework<M>TypedModeledFramework3. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3)ModeledFramework<M>TypedModeledFramework4. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4)ModeledFramework<M>TypedModeledFramework5. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)ModeledFramework<M>TypedModeledFramework6. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)ModeledFramework<M>TypedModeledFramework7. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7)ModeledFramework<M>TypedModeledFramework8. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8)ModeledFramework<M>TypedModeledFramework9. resolved(AsyncCuratorFramework client, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
-