Uses of Interface
org.apache.curator.x.async.modeled.cached.CachedModeledFramework
Packages that use CachedModeledFramework
Package
Description
- 
Uses of CachedModeledFramework in org.apache.curator.x.async.modeledMethods in org.apache.curator.x.async.modeled that return CachedModeledFrameworkModifier and TypeMethodDescriptionModeledFramework.cached()Use an internally created cache as a front for this modeled instance.ModeledFramework.cached(ExecutorService executor) Same asModeledFramework.cached()but allows for providing an executor service
- 
Uses of CachedModeledFramework in org.apache.curator.x.async.modeled.cachedMethods in org.apache.curator.x.async.modeled.cached that return CachedModeledFrameworkModifier and TypeMethodDescriptionReturn a new Modeled Curator instance with all the same options but applying to the given child node of this Modeled Curator's 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.detailsMethods in org.apache.curator.x.async.modeled.details that return CachedModeledFrameworkModifier and TypeMethodDescriptionModeledFrameworkImpl.cached()ModeledFrameworkImpl.cached(ExecutorService executor) 
- 
Uses of CachedModeledFramework in pubsubMethods in pubsub that return CachedModeledFrameworkModifier and TypeMethodDescriptionSubscriber.startInstanceSubscriber(InstanceType instanceType) Start a subscriber (a CachedModeledFramework instance) using the Instance client templateSubscriber.startLocationAvailableSubscriber(Group group, Priority priority) Start a subscriber (a CachedModeledFramework instance) using the LocationAvailable client templateSubscriber.startUserCreatedSubscriber(Group group, Priority priority) Start a subscriber (a CachedModeledFramework instance) using the UserCreated client template