@Internal public interface RecordWiseCompactingFileWriter<IN> extends CompactingFileWriter
RecordWiseCompactingFileWriter to write elements to a compacting
file.CompactingFileWriter.Type| 限定符和类型 | 方法和说明 |
|---|---|
void |
write(IN element)
Write an element to the compacting file.
|
closeForCommitvoid write(IN element) throws IOException
element - the element to be written.IOException - Thrown if writing the element fails.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.