|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.persistent.PageFileUtil
public final class PageFileUtil

Page file statistic utility functions.
| Constructor Summary | |
|---|---|
PageFileUtil()
|
|
| Method Summary | |
|---|---|
static void |
appendPageFileStatistics(StringBuffer buffer,
PageFileStatistics statistics)
Append the page file statistics to the output buffer. |
static long |
getLogicalReadOperations(PageFileStatistics statistics)
Get the number of (logical) read operations (without caching). |
static long |
getLogicalWriteOperations(PageFileStatistics statistics)
Get the number of (logical) write operations (without caching). |
static long |
getPhysicalReadOperations(PageFileStatistics statistics)
Get the number of (physical) read operations (with caching). |
static long |
getPhysicalWriteOperations(PageFileStatistics statistics)
Get the number of (physical) write operations (with caching). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageFileUtil()
| Method Detail |
|---|
public static void appendPageFileStatistics(StringBuffer buffer,
PageFileStatistics statistics)
buffer - Buffer to append topublic static long getLogicalReadOperations(PageFileStatistics statistics)
statistics - Statistics.
public static long getLogicalWriteOperations(PageFileStatistics statistics)
statistics - Statistics.
public static long getPhysicalReadOperations(PageFileStatistics statistics)
statistics - Statistics.
public static long getPhysicalWriteOperations(PageFileStatistics statistics)
statistics - Statistics.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||