|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.db.CacheFileStats
public class CacheFileStats
Method Summary | |
---|---|
int |
getCacheHit()
|
int |
getCacheMiss()
|
java.lang.String |
getFileName()
|
int |
getMap()
|
int |
getPageCreate()
|
int |
getPageIn()
|
int |
getPageOut()
|
int |
getPageSize()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getFileName()
public int getPageSize()
public int getMap()
public int getCacheHit()
public int getCacheMiss()
public int getPageCreate()
public int getPageIn()
public int getPageOut()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |