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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(T record)
-
-
-
Method Detail
-
write
void write(T record) throws IOException
- Throws:
IOException
-
-