Class EvolveEvent

java.lang.Object
com.sleepycat.persist.evolve.EvolveEvent

public class EvolveEvent extends Object
The event passed to the EvolveListener interface during eager entity evolution.
See Also:
  • Method Details

    • getStats

      public EvolveStats getStats()
      The cummulative statistics gathered during eager evolution.
    • getEntityClassName

      public String getEntityClassName()
      The class name of the current entity class being converted.