Uses of Interface
org.apache.jackrabbit.oak.cache.CacheValue
-
-
Uses of CacheValue in org.apache.jackrabbit.oak.cache
Methods in org.apache.jackrabbit.oak.cache with parameters of type CacheValue Modifier and Type Method Description intEmpiricalWeigher. weigh(CacheValue key, CacheValue value) -
Uses of CacheValue in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement CacheValue Modifier and Type Class Description classClusterNodeInfoDocumentA document storing cluster node info.classDocumentA document corresponds to a node stored in the DocumentNodeStore.classDocumentNodeStateANodeStateimplementation for theDocumentNodeStore.static classDocumentNodeState.ChildrenA list of children for a node.classJournalEntryKeeps track of changes performed between two consecutive background updates.static classLocalDiffCache.Diffstatic classMemoryDiffCache.KeyclassNamePathRevA cache key implementation, which is a combination of a name, path and a revision vector.classNodeDocumentA document storing data about a node.classPathThePathclass is closely modeled after the semantics ofPathUtilsin oak-commons.classPathRevA cache key implementation, which is a combination of a path and a revision vector.classRevisionA revision.classRevisionVectorA vector of revisions.Fields in org.apache.jackrabbit.oak.plugins.document with type parameters of type CacheValue Modifier and Type Field Description protected org.apache.jackrabbit.guava.common.cache.Cache<CacheValue,StringValue>MemoryDiffCache. diffCacheDiff cache.Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type CacheValue Modifier and Type Method Description org.apache.jackrabbit.guava.common.cache.Cache<CacheValue,NodeDocument>DocumentNodeStoreBuilder. buildDocumentCache(DocumentStore docStore)org.apache.jackrabbit.guava.common.cache.Cache<CacheValue,StringValue>DocumentNodeStoreBuilder. buildMemoryDiffCache()org.apache.jackrabbit.guava.common.cache.Weigher<CacheValue,CacheValue>DocumentNodeStoreBuilder. getWeigher()org.apache.jackrabbit.guava.common.cache.Weigher<CacheValue,CacheValue>DocumentNodeStoreBuilder. getWeigher()Method parameters in org.apache.jackrabbit.oak.plugins.document with type arguments of type CacheValue Modifier and Type Method Description TDocumentNodeStoreBuilder. withWeigher(org.apache.jackrabbit.guava.common.cache.Weigher<CacheValue,CacheValue> weigher)TDocumentNodeStoreBuilder. withWeigher(org.apache.jackrabbit.guava.common.cache.Weigher<CacheValue,CacheValue> weigher) -
Uses of CacheValue in org.apache.jackrabbit.oak.plugins.document.cache
Methods in org.apache.jackrabbit.oak.plugins.document.cache that return types with arguments of type CacheValue Modifier and Type Method Description Iterable<CacheValue>NodeDocumentCache. keys()Constructor parameters in org.apache.jackrabbit.oak.plugins.document.cache with type arguments of type CacheValue Constructor Description NodeDocumentCache(@NotNull org.apache.jackrabbit.guava.common.cache.Cache<CacheValue,NodeDocument> nodeDocumentsCache, @NotNull CacheStats nodeDocumentsCacheStats, @NotNull org.apache.jackrabbit.guava.common.cache.Cache<StringValue,NodeDocument> prevDocumentsCache, @NotNull CacheStats prevDocumentsCacheStats, @NotNull NodeDocumentLocks locks) -
Uses of CacheValue in org.apache.jackrabbit.oak.plugins.document.persistentCache
Methods in org.apache.jackrabbit.oak.plugins.document.persistentCache with type parameters of type CacheValue Modifier and Type Method Description <K extends CacheValue,V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K,V> base, CacheType type)<K extends CacheValue,V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K,V> base, CacheType type)<K extends CacheValue,V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K,V> base, CacheType type, StatisticsProvider statisticsProvider)<K extends CacheValue,V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K,V> base, CacheType type, StatisticsProvider statisticsProvider) -
Uses of CacheValue in org.apache.jackrabbit.oak.plugins.document.persistentCache.async
Classes in org.apache.jackrabbit.oak.plugins.document.persistentCache.async with type parameters of type CacheValue Modifier and Type Class Description classCacheWriteQueue<K extends CacheValue,V extends CacheValue>classCacheWriteQueue<K extends CacheValue,V extends CacheValue> -
Uses of CacheValue in org.apache.jackrabbit.oak.plugins.document.util
Classes in org.apache.jackrabbit.oak.plugins.document.util that implement CacheValue Modifier and Type Class Description classRevisionsKeyA cache key implementation which consists of twoRevisions.classStringValueA cache value wrapping a simple string.
-