Uses of Class
org.apache.jackrabbit.oak.cache.CacheStats
Packages that use CacheStats
-
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.blob
Methods in org.apache.jackrabbit.oak.plugins.blob that return CacheStats -
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.blob.datastore
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore that return CacheStats -
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.document
Fields in org.apache.jackrabbit.oak.plugins.document declared as CacheStatsMethods in org.apache.jackrabbit.oak.plugins.document that return CacheStatsModifier and TypeMethodDescription@Nullable CacheStats
DocumentNodeStoreBuilder.getBlobStoreCacheStats()
DocumentNodeStore.getNodeCacheStats()
DocumentNodeStore.getNodeChildrenCacheStats()
Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type CacheStatsModifier and TypeMethodDescription@Nullable Iterable<CacheStats>
DocumentStore.getCacheStats()
@NotNull Iterable<CacheStats>
DocumentNodeStore.getDiffCacheStats()
@NotNull Iterable<CacheStats>
LocalDiffCache.getStats()
@NotNull Iterable<CacheStats>
MemoryDiffCache.getStats()
-
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.document.cache
Methods in org.apache.jackrabbit.oak.plugins.document.cache that return types with arguments of type CacheStatsConstructors in org.apache.jackrabbit.oak.plugins.document.cache with parameters of type CacheStatsModifierConstructorDescriptionNodeDocumentCache
(@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 CacheStats in org.apache.jackrabbit.oak.plugins.document.memory
Methods in org.apache.jackrabbit.oak.plugins.document.memory that return types with arguments of type CacheStats -
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.document.mongo
Methods in org.apache.jackrabbit.oak.plugins.document.mongo that return types with arguments of type CacheStats -
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return types with arguments of type CacheStats -
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.document.util
Methods in org.apache.jackrabbit.oak.plugins.document.util that return types with arguments of type CacheStatsModifier and TypeMethodDescriptionfinal Iterable<CacheStats>
LeaseCheckDocumentStoreWrapper.getCacheStats()
LoggingDocumentStoreWrapper.getCacheStats()
SynchronizingDocumentStoreWrapper.getCacheStats()
ThrottlingDocumentStoreWrapper.getCacheStats()
TimingDocumentStoreWrapper.getCacheStats()
-
Uses of CacheStats in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return CacheStatsModifier and TypeMethodDescription@NotNull CacheStats
ReaderCache.getStats()
@NotNull CacheStats
CachingSegmentReader.getStringCacheStats()
@NotNull CacheStats
CachingSegmentReader.getTemplateCacheStats()