com.sleepycat.persist.evolve
Class EvolveStats

java.lang.Object
  extended by com.sleepycat.persist.evolve.EvolveStats

public class EvolveStats
extends Object

Statistics accumulated during eager entity evolution.

Author:
Mark Hayes
See Also:
Class Evolution

Constructor Summary
EvolveStats()
           
 
Method Summary
(package private)  void add(int nRead, int nConverted)
           
 int getNConverted()
          The total number of entities converted during eager evolution.
 int getNRead()
          The total number of entities read during eager evolution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolveStats

EvolveStats()
Method Detail

add

void add(int nRead,
         int nConverted)

getNRead

public int getNRead()
The total number of entities read during eager evolution.


getNConverted

public int getNConverted()
The total number of entities converted during eager evolution.



Copyright 2004,2008 Oracle. All rights reserved.