|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.db.DbMpoolFStat
public class DbMpoolFStat
The DbMpoolFStat object is used to return memory pool per-file statistics.
Field Summary | |
---|---|
java.lang.String |
file_name
The name of the file. |
int |
st_cache_hit
Requested pages found in the cache. |
int |
st_cache_miss
Requested pages not found in the cache. |
int |
st_map
Requested pages mapped into the process' address space. |
int |
st_page_create
Pages created in the cache. |
int |
st_page_in
Pages read into the cache. |
int |
st_page_out
Pages written from the cache to the backing file. |
int |
st_pagesize
Page size in bytes. |
Constructor Summary | |
---|---|
DbMpoolFStat()
|
Method Summary | |
---|---|
java.lang.String |
toString()
Provide a string representation of all the fields contained within this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String file_name
public int st_pagesize
public int st_map
public int st_cache_hit
public int st_cache_miss
public int st_page_create
public int st_page_in
public int st_page_out
Constructor Detail |
---|
public DbMpoolFStat()
Method Detail |
---|
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 |