| java.lang.Object com.sleepycat.persist.evolve.EvolveStats
EvolveStats | public class EvolveStats (Code) | | Statistics accumulated during eager entity evolution.
See Also: com.sleepycat.persist.evolve See Also: Class Evolution author: Mark Hayes |
Method Summary | |
void | add(int nRead, int nConverted) | public int | getNConverted() The total number of entities converted during eager evolution. | public int | getNRead() The total number of entities read during eager evolution. |
EvolveStats | EvolveStats()(Code) | | |
add | void add(int nRead, int nConverted)(Code) | | |
getNConverted | public int getNConverted()(Code) | | The total number of entities converted during eager evolution.
|
getNRead | public int getNRead()(Code) | | The total number of entities read during eager evolution.
|
|
|