[][src]Module rocks::sst_file_writer

SstFileWriter is used to create sst files that can be added to database later.

Structs

ExternalSstFileInfo

ExternalSstFileInfo include information about sst files created using SstFileWriter

SstFileWriter

SstFileWriter is used to create sst files that can be added to database later. All keys in files generated by SstFileWriter will have sequence number = 0

SstFileWriterBuilder