class RocksDB::IngestExternalFileOptions

Defined in:

rocksdb/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def allow_blocking_flush=(allow_blocking_flush : Bool) #

[View source]
def allow_global_seqno=(allow_global_seqno : Bool) #

[View source]
def finalize #

[View source]
def ingest_behind=(ingest_behind : Bool) #

[View source]
def move_files=(move_files : Bool) #

[View source]
def snapshot_consistency=(snapshot_consistency : Bool) #

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

[View source]