|
Berkeley DB version 4.5.20 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.CacheFileStats
public class CacheFileStats
Statistics for a file in the cache.
Method Summary | |
---|---|
int |
getCacheHit()
Requested pages found in the cache. |
int |
getCacheMiss()
Requested pages not found in the cache. |
String |
getFileName()
The name of the file. |
int |
getMap()
Requested pages mapped into the process' address space. |
int |
getPageCreate()
Pages created in the cache. |
int |
getPageIn()
Pages read into the cache. |
int |
getPageOut()
Pages written from the cache to the backing file. |
int |
getPageSize()
Page size in bytes. |
String |
toString()
For convenience, the CacheFileStats class has a toString method that lists all the data fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getFileName()
public int getPageSize()
public int getMap()
public int getCacheHit()
public int getCacheMiss()
public int getPageCreate()
public int getPageIn()
public int getPageOut()
public String toString()
toString
in class Object
|
Berkeley DB version 4.5.20 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |