public interface DataWriter<O extends WriteOptions>
| Modifier and Type | Method and Description |
|---|---|
void |
write(Table table,
Destination dest) |
void |
write(Table table,
O options) |
void write(Table table, Destination dest) throws IOException
IOExceptionvoid write(Table table, O options) throws IOException
IOExceptionCopyright © 2020. All rights reserved.