com.sleepycat.je
Class PreloadStats

java.lang.Object
  extended by com.sleepycat.je.PreloadStats
All Implemented Interfaces:
java.io.Serializable

public class PreloadStats
extends java.lang.Object
implements java.io.Serializable

Javadoc for this public class is generated via the doc templates in the doc_src directory.

See Also:
Serialized Form

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

nINsLoaded

public int nINsLoaded
The number of INs, BINs, LNs, DINs, DBINs, and DupCountLNs loaded during the preload() operation.


nBINsLoaded

public int nBINsLoaded

nLNsLoaded

public int nLNsLoaded

nDINsLoaded

public int nDINsLoaded

nDBINsLoaded

public int nDBINsLoaded

nDupCountLNsLoaded

public int nDupCountLNsLoaded

status

public PreloadStatus status
The status of the preload() operation.

Constructor Detail

PreloadStats

public PreloadStats()
Internal use only.

Method Detail

getNINsLoaded

public int getNINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNBINsLoaded

public int getNBINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNLNsLoaded

public int getNLNsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNDINsLoaded

public int getNDINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNDBINsLoaded

public int getNDBINsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNDupCountLNsLoaded

public int getNDupCountLNsLoaded()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getStatus

public PreloadStatus getStatus()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setNINsLoaded

public void setNINsLoaded(int nINsLoaded)
Internal use only.


setNBINsLoaded

public void setNBINsLoaded(int nBINsLoaded)
Internal use only.


setNLNsLoaded

public void setNLNsLoaded(int nLNsLoaded)
Internal use only.


setNDINsLoaded

public void setNDINsLoaded(int nDINsLoaded)
Internal use only.


setNDBINsLoaded

public void setNDBINsLoaded(int nDBINsLoaded)
Internal use only.


setNDupCountLNsLoaded

public void setNDupCountLNsLoaded(int nDupCountLNsLoaded)
Internal use only.


setStatus

public void setStatus(PreloadStatus status)
Internal use only.


toString

public java.lang.String toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Overrides:
toString in class java.lang.Object


Copyright 2004,2008 Oracle. All rights reserved.