Skip to content

WriteBuilder

WriteBuilder is an abstraction of write builders for batch and streaming.

Contract

BatchWrite

BatchWrite buildForBatch()

BatchWrite for writing data to a batch source

Used when:

StreamingWrite

StreamingWrite buildForStreaming()

StreamingWrite for writing data to a streaming source

Used when:

Implementations