@Internal
public interface CompactWriter<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CompactWriter.Factory<T>
Factory to create
CompactWriter. |
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits the pending file, making it visible.
|
void |
write(T record) |
void write(T record) throws IOException
IOExceptionvoid commit()
throws IOException
IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.