Uses of Class
org.apache.jackrabbit.oak.plugins.document.cache.CacheChangesTracker
-
Packages that use CacheChangesTracker Package Description org.apache.jackrabbit.oak.plugins.document.cache -
-
Uses of CacheChangesTracker in org.apache.jackrabbit.oak.plugins.document.cache
Methods in org.apache.jackrabbit.oak.plugins.document.cache that return CacheChangesTracker Modifier and Type Method Description CacheChangesTrackerNodeDocumentCache. registerTracker(String fromKey, String toKey)Registers a new CacheChangesTracker that records all puts and invalidations related to children of the given parent.CacheChangesTrackerNodeDocumentCache. registerTracker(Set<String> keys)Registers a new CacheChangesTracker that records all puts and invalidations related to the given documentsMethods in org.apache.jackrabbit.oak.plugins.document.cache with parameters of type CacheChangesTracker Modifier and Type Method Description protected voidNodeDocumentCache. putInternal(@NotNull NodeDocument doc, @Nullable CacheChangesTracker trackerToSkip)Puts a document into the cache without acquiring a lock.voidNodeDocumentCache. putNonConflictingDocs(CacheChangesTracker tracker, Iterable<NodeDocument> docs)Updates the cache with all the documents that: (1) currently have their older versions in the cache or (2) have been neither put nor invalidated during the tracker lifetime.
-