Uses of Interface
org.apache.curator.x.async.api.AsyncCuratorFrameworkDsl
-
Packages that use AsyncCuratorFrameworkDsl Package Description org.apache.curator.x.async org.apache.curator.x.async.details -
-
Uses of AsyncCuratorFrameworkDsl in org.apache.curator.x.async
Subinterfaces of AsyncCuratorFrameworkDsl in org.apache.curator.x.async Modifier and Type Interface Description interfaceAsyncCuratorFrameworkZookeeper framework-style client that returns composable async operations that implementCompletionStageMethods in org.apache.curator.x.async that return AsyncCuratorFrameworkDsl Modifier and Type Method Description AsyncCuratorFrameworkDslAsyncCuratorFramework. with(java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)Returns a facade that adds the the given filters to all background operations and watchers.AsyncCuratorFrameworkDslAsyncCuratorFramework. with(org.apache.curator.framework.api.UnhandledErrorListener listener)Returns a facade that adds the given UnhandledErrorListener to all background operationsAsyncCuratorFrameworkDslAsyncCuratorFramework. with(org.apache.curator.framework.api.UnhandledErrorListener listener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)Set any combination of listener or filtersAsyncCuratorFrameworkDslAsyncCuratorFramework. with(WatchMode mode)Returns a facade that changes how watchers are set whenwatched()is calledAsyncCuratorFrameworkDslAsyncCuratorFramework. with(WatchMode mode, org.apache.curator.framework.api.UnhandledErrorListener listener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)Set any combination of listener, filters or watch mode -
Uses of AsyncCuratorFrameworkDsl in org.apache.curator.x.async.details
Classes in org.apache.curator.x.async.details that implement AsyncCuratorFrameworkDsl Modifier and Type Class Description classAsyncCuratorFrameworkImplMethods in org.apache.curator.x.async.details that return AsyncCuratorFrameworkDsl Modifier and Type Method Description AsyncCuratorFrameworkDslAsyncCuratorFrameworkImpl. with(java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)AsyncCuratorFrameworkDslAsyncCuratorFrameworkImpl. with(org.apache.curator.framework.api.UnhandledErrorListener listener)AsyncCuratorFrameworkDslAsyncCuratorFrameworkImpl. with(org.apache.curator.framework.api.UnhandledErrorListener listener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)AsyncCuratorFrameworkDslAsyncCuratorFrameworkImpl. with(WatchMode mode)AsyncCuratorFrameworkDslAsyncCuratorFrameworkImpl. with(WatchMode mode, org.apache.curator.framework.api.UnhandledErrorListener listener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)
-