WriteBatch

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string frm)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
count
int count()
Undocumented in source. Be warned that the author may not have intended to support it.
putImpl
void putImpl(ubyte[] key, ubyte[] value, ColumnFamily family, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
removeImpl
void removeImpl(ubyte[] key, ColumnFamily family, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Putable
Undocumented in source.
__anonymous
mixin Removeable
Undocumented in source.

Variables

batch
rocksdb_writebatch_t* batch;
Undocumented in source.

Mixed In Members

From mixin Putable

putString
void putString(string key, string value, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ubyte[] key, ubyte[] value, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin Removeable

removeString
void removeString(string key, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(ubyte[] key, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta