Package org.apache.curator.framework.recipes.cache
package org.apache.curator.framework.recipes.cache
-
ClassDescriptionA utility that attempts to keep the data from a node locally cached.cache build optionsMethods to access the underlying storageA facade that uses
CuratorCache
if persistent watches are available or aTreeCache
otherwiseListener forCuratorCache
events.An enumerated type that describes a changeInterface for maintaining data in aCuratorCache
Default TreeCache selector - returns true for all methodsDeprecated.Deprecated.replace byCuratorCache
Method of priming cache onPathChildrenCache.start(StartMode)
POJO that abstracts a change to a pathType of changeListener for PathChildrenCache changesDeprecated.no longer used.Deprecated.replace byCuratorCache
POJO that abstracts a change to a pathType of changeListener forTreeCache
changesControls which nodes a TreeCache processes.
CuratorCache