T - public interface DataWriterContext<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
WriterCommitMessageContext |
commit() |
void |
write(T row) |
void write(T row) throws IOException
IOExceptionWriterCommitMessageContext commit() throws IOException
IOExceptionvoid abort()
throws IOException
IOExceptionCopyright © 2024. All rights reserved.