public class EvolveInternal
extends java.lang.Object
Constructor | Description |
---|---|
EvolveInternal() |
Modifier and Type | Method | Description |
---|---|---|
static EvolveEvent |
newEvent() |
Internal access method that should not be used by applications.
|
static void |
updateEvent(EvolveEvent event,
java.lang.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, java.lang.String entityClassName, int nRead, int nConverted)
event
- the EvolveEvent.entityClassName
- the class name.nRead
- the number read.nConverted
- the number converted.Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.