public static class ImportOperation.Timing
extends java.lang.Object
Constructor and Description |
---|
Timing() |
Modifier and Type | Method and Description |
---|---|
void |
logDuration(java.lang.String txt)
Logs the duration of the import process
|
void |
logDuration(java.lang.String txt,
int objectCount)
Logs the duration of the import process based on given object(s) count.
|
public void logDuration(java.lang.String txt, int objectCount)
txt
- any particular text that needs to specified in the log informationobjectCount
- number of objects
.public void logDuration(java.lang.String txt)
txt
- any particular text that need to specified in log information