Package com.sleepycat.persist.evolve
Class EvolveStats
java.lang.Object
com.sleepycat.persist.evolve.EvolveStats
Statistics accumulated during eager entity evolution.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintThe total number of entities converted during eager evolution.intgetNRead()The total number of entities read during eager evolution.
-
Method Details
-
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.
-