Modifier and Type | Method and Description |
---|---|
default DeltaBatchWrite |
toBatch()
Returns a
BatchWrite to write data to batch source. |
description, supportedCustomMetrics, toStreaming
default DeltaBatchWrite toBatch()
Write
BatchWrite
to write data to batch source. By default this method throws
exception, data sources must overwrite this method to provide an implementation, if the
Table
that creates this write returns TableCapability.BATCH_WRITE
support in
its Table.capabilities()
.