class RocksDB::SstFileWriter
- RocksDB::SstFileWriter
- Reference
- Object
Defined in:
rocksdb/sst_file_writer.crConstructors
- .new(env_options : EnvOptions, options : Options, compactor : Compactor)
- .new(env_options : EnvOptions, options : Options)
Instance Method Summary
- #delete(key : Bytes) : Nil
- #file_size : UInt64
- #finalize
- #finish : Nil
- #merge(key : Bytes, value : Bytes) : Nil
- #open(path : String) : Nil
- #put(key : Bytes, value : Bytes) : Nil
- #to_unsafe : Pointer(LibRocksDB::SstFileWriter)