Uses of Interface
org.apache.curator.framework.api.CuratorEvent
Packages that use CuratorEvent
Package
Description
-
Uses of CuratorEvent in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api with parameters of type CuratorEventModifier 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
Method parameters in org.apache.curator.x.async with type arguments of type CuratorEventModifier 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
Methods in org.apache.curator.x.async.details that return types with arguments of type CuratorEventMethod parameters in org.apache.curator.x.async.details with type arguments of type CuratorEventModifier 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) Constructor parameters in org.apache.curator.x.async.details with type arguments of type CuratorEventModifierConstructorDescriptionFilters
(UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) -
Uses of CuratorEvent in org.apache.curator.x.async.modeled
Method parameters in org.apache.curator.x.async.modeled with type arguments of type CuratorEventModifier and TypeMethodDescriptionModeledFrameworkBuilder.withResultFilter
(UnaryOperator<CuratorEvent> resultFilter) Use the given result filter for operations on the Modeled Curator's ZNode