Uses of Interface
org.apache.curator.x.async.api.WatchableAsyncCuratorFramework
-
Packages that use WatchableAsyncCuratorFramework Package Description org.apache.curator.x.async org.apache.curator.x.async.api org.apache.curator.x.async.details -
-
Uses of WatchableAsyncCuratorFramework in org.apache.curator.x.async
Subinterfaces of WatchableAsyncCuratorFramework in org.apache.curator.x.async Modifier and Type Interface Description interfaceAsyncCuratorFrameworkZookeeper framework-style client that returns composable async operations that implementCompletionStage -
Uses of WatchableAsyncCuratorFramework in org.apache.curator.x.async.api
Subinterfaces of WatchableAsyncCuratorFramework in org.apache.curator.x.async.api Modifier and Type Interface Description interfaceAsyncCuratorFrameworkDslZookeeper framework-style clientMethods in org.apache.curator.x.async.api that return WatchableAsyncCuratorFramework Modifier and Type Method Description WatchableAsyncCuratorFrameworkAsyncCuratorFrameworkDsl. watched()Returns a facade that adds watching to any of the subsequently created builders. -
Uses of WatchableAsyncCuratorFramework in org.apache.curator.x.async.details
Classes in org.apache.curator.x.async.details that implement WatchableAsyncCuratorFramework Modifier and Type Class Description classAsyncCuratorFrameworkImplMethods in org.apache.curator.x.async.details that return WatchableAsyncCuratorFramework Modifier and Type Method Description WatchableAsyncCuratorFrameworkAsyncCuratorFrameworkImpl. watched()
-