WriteJobStatsTracker¶
WriteJobStatsTracker is an abstraction of write job statistics trackers.
WriteJobStatsTracker is a Serializable.
Contract¶
Creating WriteTaskStatsTracker¶
newTaskInstance(): WriteTaskStatsTracker
Creates a new WriteTaskStatsTracker
See:
Used when:
FileFormatDataWriteris created
Processing Write Job Statistics¶
processStats(
stats: Seq[WriteTaskStats],
jobCommitTime: Long): Unit
See:
Used when:
FileFormatWriterutility is used to process the statistics (of a write job)