| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.sleepycat.db.DbMpoolFStat
The DbMpoolFStat object is used to return memory pool per-file statistics.
| Field Summary | |
|  String | file_nameThe name of the file. | 
|  int | st_cache_hitRequested pages found in the cache. | 
|  int | st_cache_missRequested pages not found in the cache. | 
|  int | st_mapRequested pages mapped into the process' address space. | 
|  int | st_page_createPages created in the cache. | 
|  int | st_page_inPages read into the cache. | 
|  int | st_page_outPages written from the cache to the backing file. | 
|  int | st_pagesizePage size in bytes. | 
| Constructor Summary | |
| DbMpoolFStat() | |
| Method Summary | |
|  String | toString()Provide a string representation of all the fields contained within this class. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public 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 String toString()
toString in class Object| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||