Class StorageStats

java.lang.Object
org.apache.druid.segment.loading.StorageStats

public class StorageStats extends Object
Collection of StorageLocationStats and VirtualStorageLocationStats for all storage locations within a SegmentCacheManager so that SegmentCacheManager.getStorageStats() can be used by StorageMonitor to track segment cache activity.

Note that the stats are not tied explicitly to the StorageLocation implementation used by SegmentLocalCacheManager, but it does implement this stuff.