
public interface PageFileStatistics
PageFileUtil for related utility functions for analysing this
 data!| Modifier and Type | Method and Description | 
|---|---|
| PageFileStatistics | getInnerStatistics()Get statistics for the inner page file, if present. | 
| long | getReadOperations()Returns the read I/O-Accesses of this file. | 
| long | getWriteOperations()Returns the write I/O-Accesses of this file. | 
| void | resetPageAccess()Resets the counters for page accesses of this file and flushes the cache. | 
long getReadOperations()
long getWriteOperations()
void resetPageAccess()
PageFileStatistics getInnerStatistics()