Uses of Enum
org.apache.curator.x.async.WatchMode
Packages that use WatchMode
Package
Description
-
Uses of WatchMode in org.apache.curator.x.async
Methods in org.apache.curator.x.async that return WatchModeModifier 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.Methods in org.apache.curator.x.async with parameters of type WatchModeModifier 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
Methods in org.apache.curator.x.async.details with parameters of type WatchModeModifier and TypeMethodDescriptionAsyncCuratorFrameworkImpl.with
(WatchMode mode, UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Constructors in org.apache.curator.x.async.details with parameters of type WatchModeModifierConstructorDescriptionAsyncCuratorFrameworkImpl
(CuratorFrameworkBase client, Filters filters, WatchMode watchMode, boolean watched) -
Uses of WatchMode in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled with parameters of type WatchModeModifier 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
Methods in org.apache.curator.x.async.modeled.details with parameters of type WatchModeModifier 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)