Class CacheGroupIoView
- java.lang.Object
- 
- org.apache.ignite.spi.systemview.view.CacheGroupIoView
 
- 
 public class CacheGroupIoView extends Object Cache group IO statistics representation for aSystemView.
- 
- 
Constructor SummaryConstructors Constructor Description CacheGroupIoView(org.apache.ignite.internal.processors.cache.CacheGroupContext grpCtx, MetricRegistry mreg)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcacheGroupId()StringcacheGroupName()longlogicalReads()longphysicalReads()
 
- 
- 
- 
Constructor Detail- 
CacheGroupIoViewpublic 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- 
cacheGroupIdpublic int cacheGroupId() - Returns:
- Cache group id.
 
 - 
cacheGroupNamepublic String cacheGroupName() - Returns:
- Cache group name.
 
 - 
physicalReadspublic long physicalReads() - Returns:
- Physical reads.
 
 - 
logicalReadspublic long logicalReads() - Returns:
- Logical reads.
 
 
- 
 
-