Package com.sleepycat.persist.evolve
Class EvolveEvent
java.lang.Object
com.sleepycat.persist.evolve.EvolveEvent
The event passed to the EvolveListener interface during eager entity
evolution.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe class name of the current entity class being converted.getStats()The cummulative statistics gathered during eager evolution.
-
Method Details
-
getStats
The cummulative statistics gathered during eager evolution. -
getEntityClassName
The class name of the current entity class being converted.
-