Uses of Interface
org.apache.curator.x.async.api.AsyncCuratorFrameworkDsl
Packages that use AsyncCuratorFrameworkDsl
-
Uses of AsyncCuratorFrameworkDsl in org.apache.curator.x.async
Subinterfaces of AsyncCuratorFrameworkDsl in org.apache.curator.x.asyncModifier and TypeInterfaceDescriptioninterfaceZookeeper framework-style client that returns composable async operations that implementCompletionStageMethods in org.apache.curator.x.async that return AsyncCuratorFrameworkDslModifier 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
Classes in org.apache.curator.x.async.details that implement AsyncCuratorFrameworkDslMethods in org.apache.curator.x.async.details that return AsyncCuratorFrameworkDslModifier 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)