NoopWriteBuilder¶
NoopWriteBuilder
is a WriteBuilder with support for truncate and update.
Truncating¶
truncate(): WriteBuilder
truncate
simply returns this NoopWriteBuilder
.
truncate
is part of the SupportsTruncate abstraction.
Streaming Update¶
update(): WriteBuilder
update
simply returns this NoopWriteBuilder
.
update
is part of the SupportsStreamingUpdate abstraction.
buildForBatch¶
buildForBatch(): BatchWrite
buildForBatch
gives a NoopBatchWrite.
buildForBatch
is part of the WriteBuilder abstraction.
buildForStreaming¶
buildForStreaming(): StreamingWrite
buildForStreaming
gives a NoopStreamingWrite.
buildForStreaming
is part of the WriteBuilder abstraction.