public class PreloadStats
extends java.lang.Object
implements java.io.Serializable
Database.preload
Constructor and Description |
---|
PreloadStats() |
Modifier and Type | Method and Description |
---|---|
void |
addLNsLoaded(int newLNs) |
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.
|
void |
incBINsLoaded() |
void |
incDBINsLoaded() |
void |
incDINsLoaded() |
void |
incDupCountLNsLoaded() |
void |
incINsLoaded() |
void |
incLNsLoaded() |
void |
setStatus(PreloadStatus status) |
java.lang.String |
toString()
Returns a String representation of the stats in the form of
<stat>=<value>
|
public int getNINsLoaded()
public int getNBINsLoaded()
public int getNLNsLoaded()
public int getNDINsLoaded()
public int getNDBINsLoaded()
public int getNDupCountLNsLoaded()
public PreloadStatus getStatus()
public void incINsLoaded()
public void incBINsLoaded()
public void incLNsLoaded()
public void addLNsLoaded(int newLNs)
public void incDINsLoaded()
public void incDBINsLoaded()
public void incDupCountLNsLoaded()
public void setStatus(PreloadStatus status)
public java.lang.String toString()
toString
in class java.lang.Object