class RocksDB::TransactionOptions

Defined in:

rocksdb/transaction_db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def deadlock_detect=(value : Int) #

[View source]
def deadlock_detect_depth=(value : Int) #

[View source]
def expiration=(value : Int) #

[View source]
def finalize #

[View source]
def lock_timeout=(value : Int) #

[View source]
def max_write_batch_size=(value : Int) #

[View source]
def set_snapshot=(value : Bool) #

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

[View source]