Uses of Class
org.apache.curator.x.async.WatchMode
-
Packages that use WatchMode Package Description org.apache.curator.x.async org.apache.curator.x.async.details org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.details -
-
Uses of WatchMode in org.apache.curator.x.async
Methods in org.apache.curator.x.async that return WatchMode Modifier and Type Method Description static WatchModeWatchMode. valueOf(java.lang.String name)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 WatchMode Modifier and Type Method Description AsyncCuratorFrameworkDslAsyncCuratorFramework. with(WatchMode mode)Returns a facade that changes how watchers are set whenAsyncCuratorFrameworkDsl.watched()is calledAsyncCuratorFrameworkDslAsyncCuratorFramework. with(WatchMode mode, org.apache.curator.framework.api.UnhandledErrorListener listener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.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 WatchMode Modifier and Type Method Description AsyncCuratorFrameworkDslAsyncCuratorFrameworkImpl. with(WatchMode mode)AsyncCuratorFrameworkDslAsyncCuratorFrameworkImpl. with(WatchMode mode, org.apache.curator.framework.api.UnhandledErrorListener listener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)Constructors in org.apache.curator.x.async.details with parameters of type WatchMode Constructor Description AsyncCuratorFrameworkImpl(org.apache.curator.framework.imps.CuratorFrameworkImpl 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 WatchMode Modifier and Type Method Description ModeledFrameworkBuilder<T>ModeledFrameworkBuilder. watched(WatchMode watchMode)Add watchers as appropriate using the given watchMode to the Modeled Curator's ZNodeModeledFrameworkBuilder<T>ModeledFrameworkBuilder. watched(WatchMode watchMode, java.util.function.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 WatchMode Modifier and Type Method Description static <T> ModeledFrameworkImpl<T>ModeledFrameworkImpl. build(AsyncCuratorFramework client, ModelSpec<T> model, WatchMode watchMode, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter, org.apache.curator.framework.api.UnhandledErrorListener unhandledErrorListener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.Set<ModeledOptions> modeledOptions)
-