| Modifier and Type | Method and Description |
|---|---|
Path |
getFilePath() |
long |
getFileReadElapsedNs() |
long |
getParseElapsedNs() |
long |
getPublishedRecordCount() |
long |
getPublishElapsedNs() |
long |
getRecordCount() |
long |
getStartTimeMs() |
long |
getStopTimeMs() |
Path getFilePath()
long getStartTimeMs()
System.currentTimeMillis()).long getStopTimeMs()
System.currentTimeMillis()).long getFileReadElapsedNs()
long getRecordCount()
long getParseElapsedNs()
long getPublishElapsedNs()
long getPublishedRecordCount()
read from the file... depending on each task implementation
(e.g. including extra filter of records, using one read record to generate multiple records to be
published or vice versa, etc.).Copyright © 2020. All rights reserved.