Uses of Interface
org.apache.curator.x.async.api.AsyncCuratorFrameworkDsl
-
Uses of AsyncCuratorFrameworkDsl in org.apache.curator.x.async
Modifier and TypeInterfaceDescriptioninterface
Zookeeper framework-style client that returns composable async operations that implementCompletionStage
Modifier and TypeMethodDescriptionAsyncCuratorFramework.with
(UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Returns a facade that adds the the given filters to all background operations and watchers.AsyncCuratorFramework.with
(UnhandledErrorListener listener) Returns a facade that adds the given UnhandledErrorListener to all background operationsAsyncCuratorFramework.with
(UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Set any combination of listener or filtersReturns a facade that changes how watchers are set whenwatched()
is calledAsyncCuratorFramework.with
(WatchMode mode, UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, 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
Modifier and TypeMethodDescriptionAsyncCuratorFrameworkImpl.with
(UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) AsyncCuratorFrameworkImpl.with
(UnhandledErrorListener listener) AsyncCuratorFrameworkImpl.with
(UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) AsyncCuratorFrameworkImpl.with
(WatchMode mode, UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)