|
Berkeley DB version 5.3.28 |
|||||||||
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 | |
---|---|
long |
getBackupSpins()
TODO |
long |
getCacheHit()
Requested pages found in the cache. |
long |
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. |
long |
getPageCreate()
Pages created in the cache. |
long |
getPageIn()
Pages read into the cache. |
long |
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 int getPageSize()
public int getMap()
public long getCacheHit()
public long getCacheMiss()
public long getPageCreate()
public long getPageIn()
public long getPageOut()
public long getBackupSpins()
public String getFileName()
public String toString()
toString
in class Object
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |