@Version(value="1.0.0")
Class | Description |
---|---|
DiskCacheIOMonitor |
This
IOMonitor 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 cache
DiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISK_SEGMENT_WRITE_BYTES :
a meter metrics for the number of bytes written to segment disk cache
DiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISK_SEGMENT_READ_TIME :
a timer metrics for the time spent reading from segment disk cache
DiskCacheIOMonitor.OAK_SEGMENT_CACHE_DISk_SEGMENT_WRITE_TIME :
a timer metrics for the time spent writing to segment disk cache
|
PersistentDiskCache | |
PersistentRedisCache | |
RedisCacheIOMonitor |
This
IOMonitor 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 cache
RedisCacheIOMonitor.OAK_SEGMENT_CACHE_REDIS_SEGMENT_WRITE_BYTES :
a meter metrics for the number of bytes written to segment redis cache
RedisCacheIOMonitor.OAK_SEGMENT_CACHE_REDIS_SEGMENT_READ_TIME :
a timer metrics for the time spent reading from segment redis cache
RedisCacheIOMonitor.OAK_SEGMENT_CACHE_REDIS_SEGMENT_WRITE_TIME :
a timer metrics for the time spent writing to segment redis cache
|
RemotePersistentCacheService |
Annotation Type | Description |
---|---|
Configuration |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.