com.sleepycat.persist.evolve
Class EvolveStats
java.lang.Object
com.sleepycat.persist.evolve.EvolveStats
public class EvolveStats
- extends Object
Statistics accumulated during eager entity evolution.
- Author:
- Mark Hayes
- See Also:
Class Evolution
Method Summary |
(package private) void |
add(int nRead,
int nConverted)
|
int |
getNConverted()
The total number of entities converted during eager evolution. |
int |
getNRead()
The total number of entities read during eager evolution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvolveStats
EvolveStats()
add
void add(int nRead,
int nConverted)
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.
Copyright (c) 2004-2012 Oracle. All rights reserved.