T - Type of the metadata record that will be mergedpublic interface MetadataMerger<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getMergedMetadata()
Get a metadata record that is a representation of all records passed into update().
|
void |
update(FsWriterMetrics metrics)
Process a metrics record, merging it with all previously processed records.
|
void |
update(T metadata)
Process a metadata record, merging it with all previously processed records.
|
void update(T metadata)
metadata - Record to processvoid update(FsWriterMetrics metrics)
T getMergedMetadata()