|
|||||||||
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
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
int |
nBINsLoaded
|
int |
nDBINsLoaded
|
int |
nDINsLoaded
|
int |
nDupCountLNsLoaded
|
int |
nINsLoaded
The number of INs, BINs, LNs, DINs, DBINs, and DupCountLNs loaded during the preload() operation. |
int |
nLNsLoaded
|
PreloadStatus |
status
The status of the preload() operation. |
Constructor Summary | |
---|---|
PreloadStats()
Internal use only. |
Method Summary | |
---|---|
int |
getNBINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNDBINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNDINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNDupCountLNsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNLNsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
PreloadStatus |
getStatus()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setNBINsLoaded(int nBINsLoaded)
Internal use only. |
void |
setNDBINsLoaded(int nDBINsLoaded)
Internal use only. |
void |
setNDINsLoaded(int nDINsLoaded)
Internal use only. |
void |
setNDupCountLNsLoaded(int nDupCountLNsLoaded)
Internal use only. |
void |
setNINsLoaded(int nINsLoaded)
Internal use only. |
void |
setNLNsLoaded(int nLNsLoaded)
Internal use only. |
void |
setStatus(PreloadStatus status)
Internal use only. |
java.lang.String |
toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int nINsLoaded
public int nBINsLoaded
public int nLNsLoaded
public int nDINsLoaded
public int nDBINsLoaded
public int nDupCountLNsLoaded
public PreloadStatus status
Constructor Detail |
---|
public PreloadStats()
Method Detail |
---|
public int getNINsLoaded()
public int getNBINsLoaded()
public int getNLNsLoaded()
public int getNDINsLoaded()
public int getNDBINsLoaded()
public int getNDupCountLNsLoaded()
public PreloadStatus getStatus()
public void setNINsLoaded(int nINsLoaded)
public void setNBINsLoaded(int nBINsLoaded)
public void setNLNsLoaded(int nLNsLoaded)
public void setNDINsLoaded(int nDINsLoaded)
public void setNDBINsLoaded(int nDBINsLoaded)
public void setNDupCountLNsLoaded(int nDupCountLNsLoaded)
public void setStatus(PreloadStatus status)
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 |