Uses of Interface
org.apache.curator.x.async.modeled.cached.CachedModeledFramework
-
Packages that use CachedModeledFramework Package Description org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.cached org.apache.curator.x.async.modeled.details -
-
Uses of CachedModeledFramework in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return CachedModeledFramework Modifier and Type Method Description CachedModeledFramework<T>ModeledFramework. cached()Use an internally created cache as a front for this modeled instance.CachedModeledFramework<T>ModeledFramework. cached(java.util.concurrent.ExecutorService executor)Same asModeledFramework.cached()but allows for providing an executor service -
Uses of CachedModeledFramework in org.apache.curator.x.async.modeled.cached
Methods in org.apache.curator.x.async.modeled.cached that return CachedModeledFramework Modifier and Type Method Description CachedModeledFramework<T>CachedModeledFramework. child(java.lang.Object child)Return a new Modeled Curator instance with all the same options but applying to the given child node of this Modeled Curator's path.CachedModeledFramework<T>CachedModeledFramework. withPath(ZPath path)Return a Modeled Curator instance with all the same options but using the given path. -
Uses of CachedModeledFramework in org.apache.curator.x.async.modeled.details
Methods in org.apache.curator.x.async.modeled.details that return CachedModeledFramework Modifier and Type Method Description CachedModeledFramework<T>ModeledFrameworkImpl. cached()CachedModeledFramework<T>ModeledFrameworkImpl. cached(java.util.concurrent.ExecutorService executor)
-