Uses of Class
org.apache.jackrabbit.oak.segment.spi.monitor.IOMonitorAdapter
-
Packages that use IOMonitorAdapter Package Description org.apache.jackrabbit.oak.segment.file org.apache.jackrabbit.oak.segment.remote.persistentcache org.apache.jackrabbit.oak.segment.tool.iotrace -
-
Uses of IOMonitorAdapter in org.apache.jackrabbit.oak.segment.file
Subclasses of IOMonitorAdapter in org.apache.jackrabbit.oak.segment.file Modifier and Type Class Description classMetricsIOMonitorThisIOMonitorimplementations registers the following monitoring endpoints with the Metrics library if available:MetricsIOMonitor.OAK_SEGMENT_SEGMENT_READ_BYTES: a meter metrics for the number of bytes read from tar filesMetricsIOMonitor.OAK_SEGMENT_SEGMENT_WRITE_BYTES: a meter metrics for the number of bytes written to tar filesMetricsIOMonitor.OAK_SEGMENT_SEGMENT_READ_TIME: a timer metrics for the time spent reading from tar filesMetricsIOMonitor.OAK_SEGMENT_SEGMENT_WRITE_TIME: a timer metrics for the time spent writing to tar files -
Uses of IOMonitorAdapter in org.apache.jackrabbit.oak.segment.remote.persistentcache
Subclasses of IOMonitorAdapter in org.apache.jackrabbit.oak.segment.remote.persistentcache Modifier and Type Class Description classDiskCacheIOMonitorThisIOMonitorimplementations 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 changeclassRedisCacheIOMonitorThisIOMonitorimplementations 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 cache -
Uses of IOMonitorAdapter in org.apache.jackrabbit.oak.segment.tool.iotrace
Subclasses of IOMonitorAdapter in org.apache.jackrabbit.oak.segment.tool.iotrace Modifier and Type Class Description classIOTraceMonitorThis implementation of aIOMonitorlogs all io reads to an underlyingIOTraceWriter.
-