rocksdb.batch

Undocumented in source.

Members

Classes

WriteBatch
class WriteBatch
Undocumented in source.

Functions

rocksdb_writebatch_clear
void rocksdb_writebatch_clear(rocksdb_writebatch_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writebatch_count
int rocksdb_writebatch_count(rocksdb_writebatch_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writebatch_create
rocksdb_writebatch_t* rocksdb_writebatch_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writebatch_create_from
rocksdb_writebatch_t* rocksdb_writebatch_create_from(char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writebatch_delete
void rocksdb_writebatch_delete(rocksdb_writebatch_t* , char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writebatch_destroy
void rocksdb_writebatch_destroy(rocksdb_writebatch_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writebatch_put
void rocksdb_writebatch_put(rocksdb_writebatch_t* , char* , size_t , char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

rocksdb_writebatch_t
struct rocksdb_writebatch_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta