@Version("2.0.0")
Package org.apache.jackrabbit.oak.segment.remote.persistentcache
-
Class Summary Class Description DiskCacheIOMonitor ThisIOMonitor
implementations registers the following monitoring endpoints with the Metrics library if available:DiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISK_SEGMENT_READ_BYTES
: a meter metrics for the number of bytes read from segment disk cacheDiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISK_SEGMENT_WRITE_BYTES
: a meter metrics for the number of bytes written to segment disk cacheDiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISK_SEGMENT_READ_TIME
: a timer metrics for the time spent reading from segment disk cacheDiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISk_SEGMENT_WRITE_TIME
: a timer metrics for the time spent writing to segment disk cacheDiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISK_CACHE_SIZE_CALCULATED
: a histogram for the calculated segment disk cache sizeDiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISK_CACHE_SIZE_CHANGE
: a histogram for the segment disk cache size changePersistentDiskCache PersistentRedisCache RedisCacheIOMonitor ThisIOMonitor
implementations registers the following monitoring endpoints with the Metrics library if available:RedisCacheIOMonitor.OAK_SEGMENT_CACHE_REDIS_SEGMENT_READ_BYTES
: a meter metrics for the number of bytes read from segment redis cacheRedisCacheIOMonitor.OAK_SEGMENT_CACHE_REDIS_SEGMENT_WRITE_BYTES
: a meter metrics for the number of bytes written to segment redis cacheRedisCacheIOMonitor.OAK_SEGMENT_CACHE_REDIS_SEGMENT_READ_TIME
: a timer metrics for the time spent reading from segment redis cacheRedisCacheIOMonitor.OAK_SEGMENT_CACHE_REDIS_SEGMENT_WRITE_TIME
: a timer metrics for the time spent writing to segment redis cacheRemotePersistentCacheService -
Annotation Types Summary Annotation Type Description Configuration