- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- createColumnFamily
ColumnFamily createColumnFamily(string name, DBOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
- getImpl
ubyte[] getImpl(ubyte[] key, ColumnFamily family, ReadOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
- iter
Iterator iter(ReadOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiGet
ubyte[][] multiGet(ubyte[][] keys, ColumnFamily family, ReadOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiGetString
string[] multiGetString(string[] keys, ColumnFamily family, ReadOptions opts)
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.
- withBatch
void withBatch(void delegate(WriteBatch) dg, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
- withIter
void withIter(void delegate(Iterator) dg, ReadOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(WriteBatch batch, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.