Class CacheGroupIoView


  • public class CacheGroupIoView
    extends Object
    Cache group IO statistics representation for a SystemView.
    • Constructor Detail

      • CacheGroupIoView

        public CacheGroupIoView​(org.apache.ignite.internal.processors.cache.CacheGroupContext grpCtx,
                                MetricRegistry mreg)
        Parameters:
        grpCtx - Cache group context.
        mreg - Metric registry for current cache group IO statistics.
    • Method Detail

      • cacheGroupId

        public int cacheGroupId()
        Returns:
        Cache group id.
      • cacheGroupName

        public String cacheGroupName()
        Returns:
        Cache group name.
      • physicalReads

        public long physicalReads()
        Returns:
        Physical reads.
      • logicalReads

        public long logicalReads()
        Returns:
        Logical reads.