Interface DataImportProfiler.Column
- Enclosing class:
- DataImportProfiler
public static interface DataImportProfiler.Column
Instrumentation for per-column work as a component of row processing.
-
Method Summary
Modifier and Type Method Description void
beginProcessing()
Record the beginning of an interval spent processing rows for this column.void
endProcessing()
Record the end of an interval spent processing rows for this column.
-
Method Details
-
beginProcessing
void beginProcessing()Record the beginning of an interval spent processing rows for this column. -
endProcessing
void endProcessing()Record the end of an interval spent processing rows for this column.
-