public class PreloadStats
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
PreloadStats()
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public int nINsLoaded
public int nBINsLoaded
public int nLNsLoaded
public int nDINsLoaded
public int nDBINsLoaded
public int nDupCountLNsLoaded
public PreloadStatus status
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