Uses of Class
org.apache.jackrabbit.oak.cache.CacheStats
-
-
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.blob
Methods in org.apache.jackrabbit.oak.plugins.blob that return CacheStats Modifier and Type Method Description CacheStatsCachingBlobStore. getCacheStats() -
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.blob.datastore
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore that return CacheStats Modifier and Type Method Description CacheStatsDataStoreBlobStore. getCacheStats() -
Uses of CacheStats in org.apache.jackrabbit.oak.plugins.document
Fields in org.apache.jackrabbit.oak.plugins.document declared as CacheStats Modifier and Type Field Description protected CacheStatsMemoryDiffCache. diffCacheStatsMethods in org.apache.jackrabbit.oak.plugins.document that return CacheStats Modifier and Type Method Description @Nullable CacheStatsDocumentNodeStoreBuilder. getBlobStoreCacheStats()CacheStatsDocumentNodeStore. getNodeCacheStats()CacheStatsDocumentNodeStore. getNodeChildrenCacheStats()Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type CacheStats Modifier and Type Method Description @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 CacheStats Modifier and Type Method Description Iterable<CacheStats>NodeDocumentCache. getCacheStats()Constructors in org.apache.jackrabbit.oak.plugins.document.cache with parameters of type CacheStats 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 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 Modifier and Type Method Description Iterable<CacheStats>MemoryDocumentStore. getCacheStats() -
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 Modifier and Type Method Description Iterable<CacheStats>MongoDocumentStore. getCacheStats() -
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 Modifier and Type Method Description Iterable<CacheStats>RDBDocumentStore. getCacheStats() -
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 CacheStats Modifier and Type Method Description Iterable<CacheStats>LeaseCheckDocumentStoreWrapper. getCacheStats()Iterable<CacheStats>LoggingDocumentStoreWrapper. getCacheStats()Iterable<CacheStats>SynchronizingDocumentStoreWrapper. getCacheStats()Iterable<CacheStats>ThrottlingDocumentStoreWrapper. getCacheStats()Iterable<CacheStats>TimingDocumentStoreWrapper. getCacheStats() -
Uses of CacheStats in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return CacheStats Modifier and Type Method Description @NotNull CacheStatsReaderCache. getStats()@NotNull CacheStatsCachingSegmentReader. getStringCacheStats()@NotNull CacheStatsCachingSegmentReader. getTemplateCacheStats()
-