|
Berkeley DB Java Edition version 3.3.87 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.je.PreloadStats
public class PreloadStats
Statistics returned from Database.preload
| Method Summary | |
|---|---|
int |
getNBINsLoaded()
Returns the number of BINs that were loaded into the cache during the preload() operation. |
int |
getNDBINsLoaded()
Returns the number of DBINs that were loaded into the cache during the preload() operation. |
int |
getNDINsLoaded()
Returns the number of DINs that were loaded into the cache during the preload() operation. |
int |
getNDupCountLNsLoaded()
Returns the number of DupCountLNs that were loaded into the cache during the preload() operation. |
int |
getNINsLoaded()
Returns the number of INs that were loaded into the cache during the preload() operation. |
int |
getNLNsLoaded()
Returns the number of LNs that were loaded into the cache during the preload() operation. |
PreloadStatus |
getStatus()
Returns the PreloadStatus value for the preload() operation. |
String |
toString()
Returns a String representation of the stats in the form of <stat>=<value> |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getNINsLoaded()
public int getNBINsLoaded()
public int getNLNsLoaded()
public int getNDINsLoaded()
public int getNDBINsLoaded()
public int getNDupCountLNsLoaded()
public PreloadStatus getStatus()
public String toString()
toString in class Object
|
Berkeley DB Java Edition version 3.3.87 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||