public class EvolveInternal extends Object
| Constructor and Description |
|---|
EvolveInternal() |
| Modifier and Type | Method and Description |
|---|---|
static EvolveEvent |
newEvent()
Internal access method that should not be used by applications.
|
static void |
updateEvent(EvolveEvent event,
String entityClassName,
int nRead,
int nConverted)
Internal access method that should not be used by applications.
|
public static EvolveEvent newEvent()
public static void updateEvent(EvolveEvent event, String entityClassName, int nRead, int nConverted)
event - the EvolveEvent.entityClassName - the class name.nRead - the number read.nConverted - the number converted.Copyright © 2024. All rights reserved.