Module writer

Source

Structs§

BatchSstableWriterFactory
BatchUploadWriter
Buffer SST data and upload it as a whole on finish. The upload is finished when the returned JoinHandle is joined.
InMemWriter
Append SST data to a buffer. Used for tests and benchmarks.
SstableWriterOptions
StreamingSstableWriterFactory
StreamingUploadWriter
UnifiedSstableWriterFactory

Enums§

UnifiedSstableWriter

Traits§

SstableWriter
A consumer of SST data.
SstableWriterFactory