Interface RecordWiseFileCompactor.Writer<T>

Type Parameters:
T - Thy type of the records that is read.
Enclosing class:
RecordWiseFileCompactor<IN>

@PublicEvolving public static interface RecordWiseFileCompactor.Writer<T>
The writer that writers record into the compacting files.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(T record)