Uses of Enum
org.apache.curator.x.async.WatchMode
Package
Description
-
Uses of WatchMode in org.apache.curator.x.async
Modifier and TypeMethodDescriptionstatic WatchMode
Returns the enum constant of this type with the specified name.static WatchMode[]
WatchMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionReturns a facade that changes how watchers are set whenAsyncCuratorFrameworkDsl.watched()
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 WatchMode in org.apache.curator.x.async.details
Modifier and TypeMethodDescriptionAsyncCuratorFrameworkImpl.with
(WatchMode mode, UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) ModifierConstructorDescriptionAsyncCuratorFrameworkImpl
(CuratorFrameworkImpl client, Filters filters, WatchMode watchMode, boolean watched) -
Uses of WatchMode in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionAdd watchers as appropriate using the given watchMode to the Modeled Curator's ZNodeModeledFrameworkBuilder.watched
(WatchMode watchMode, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Add watchers as appropriate using the given watchMode and filter to the Modeled Curator's ZNode -
Uses of WatchMode in org.apache.curator.x.async.modeled.details
Modifier and TypeMethodDescriptionstatic <T> ModeledFrameworkImpl
<T> ModeledFrameworkImpl.build
(AsyncCuratorFramework client, ModelSpec<T> model, WatchMode watchMode, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter, UnhandledErrorListener unhandledErrorListener, UnaryOperator<CuratorEvent> resultFilter, Set<ModeledOptions> modeledOptions)