public interface IoStatisticsHolder
| Modifier and Type | Method and Description |
|---|---|
long |
logicalReads() |
String |
metricRegistryName() |
long |
physicalReads() |
void |
trackLogicalRead(long pageAddr)
Track logical read of given page.
|
void |
trackPhysicalAndLogicalRead(long pageAddr)
Track physical and logical read of given page.
|
void trackLogicalRead(long pageAddr)
pageAddr - Address of page.void trackPhysicalAndLogicalRead(long pageAddr)
pageAddr - start address of page.long logicalReads()
long physicalReads()
String metricRegistryName()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023