|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.persist.evolve.EvolveStats
public class EvolveStats
Statistics accumulated during eager entity evolution.
Class Evolution| Constructor Summary | |
|---|---|
EvolveStats()
|
|
| 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 |
| Constructor Detail |
|---|
EvolveStats()
| Method Detail |
|---|
void add(int nRead,
int nConverted)
public int getNRead()
public int getNConverted()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||