|
1.50.39 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Database memory and disk usage statistics for connections or servers.
ConnectionStatistics
,
ServerStatistics
Method Summary | |
int |
getDiskReads()
Number of database page reads from disk. |
int |
getDiskWrites()
Number of database page writes to disk. |
int |
getMemoryReads()
Number of memory reads from InterBase cache. |
int |
getMemoryWrites()
Number of memory writes to InterBase cache. |
Method Detail |
public int getMemoryReads() throws SQLException
public int getMemoryWrites() throws SQLException
public int getDiskReads() throws SQLException
public int getDiskWrites() throws SQLException
|
1.50.39 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |