Uses of Interface
org.apache.curator.framework.api.CuratorEvent
Package
Description
-
Uses of CuratorEvent in org.apache.curator.framework.api
Modifier and TypeMethodDescriptionvoid
CuratorListener.eventReceived
(CuratorFramework client, CuratorEvent event) Called when a background task has completed or a watch has triggeredvoid
BackgroundCallback.processResult
(CuratorFramework client, CuratorEvent event) Called when the async background operation completes -
Uses of CuratorEvent in org.apache.curator.x.async
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, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Set any combination of listener or filtersAsyncCuratorFramework.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 CuratorEvent in org.apache.curator.x.async.details
Modifier and TypeMethodDescriptionAsyncCuratorFrameworkImpl.with
(UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) 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) ModifierConstructorDescriptionFilters
(UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) -
Uses of CuratorEvent in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionModeledFrameworkBuilder.withResultFilter
(UnaryOperator<CuratorEvent> resultFilter) Use the given result filter for operations on the Modeled Curator's ZNode