Berkeley DB
version 4.7.25

com.sleepycat.persist.evolve
Class EvolveEvent

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

public class EvolveEvent
extends Object

The event passed to the EvolveListener interface during eager entity evolution.

See Also:
Class Evolution

Method Summary
 String getEntityClassName()
          The class name of the current entity class being converted.
 EvolveStats getStats()
          The cummulative statistics gathered during eager evolution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.


Berkeley DB
version 4.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.