Uses of Interface
org.apache.curator.x.async.modeled.cached.CachedModeledFramework
Package
Description
-
Uses of CachedModeledFramework in org.apache.curator.x.async.modeled
Modifier 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.cached
Modifier 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.details
Modifier and TypeMethodDescriptionModeledFrameworkImpl.cached()
ModeledFrameworkImpl.cached
(ExecutorService executor) -
Uses of CachedModeledFramework in pubsub
Modifier 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