class RocksDB::SstFileWriter

Defined in:

rocksdb/sst_file_writer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(env_options : EnvOptions, options : Options, compactor : Compactor) #

[View source]
def self.new(env_options : EnvOptions, options : Options) #

[View source]

Instance Method Detail

def delete(key : Bytes) : Nil #

[View source]
def file_size : UInt64 #

[View source]
def finalize #

[View source]
def finish : Nil #

[View source]
def merge(key : Bytes, value : Bytes) : Nil #

[View source]
def open(path : String) : Nil #

[View source]
def put(key : Bytes, value : Bytes) : Nil #

[View source]
def to_unsafe : Pointer(LibRocksDB::SstFileWriter) #

[View source]