|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.storage.BufferStats
Field Summary | |
static int |
DATA
|
static int |
INDEX
|
Constructor Summary | |
BufferStats(int size,
int used,
int hits,
int fails)
|
Method Summary | |
int |
getPageFails()
|
int |
getPageHits()
|
int |
getSize()
|
int |
getUsed()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int INDEX
public static final int DATA
Constructor Detail |
public BufferStats(int size, int used, int hits, int fails)
Method Detail |
public int getPageFails()
public int getPageHits()
public int getSize()
public int getUsed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |