rocksdb.options

Undocumented in source.

Members

Classes

DBOptions
class DBOptions
Undocumented in source.
ReadOptions
class ReadOptions
Undocumented in source.
WriteOptions
class WriteOptions
Undocumented in source.

Enums

CompressionType
enum CompressionType
Undocumented in source.
ReadTier
enum ReadTier
Undocumented in source.

Functions

rocksdb_options_create
rocksdb_options_t* rocksdb_options_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_destroy
void rocksdb_options_destroy(rocksdb_options_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_enable_statistics
void rocksdb_options_enable_statistics(rocksdb_options_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_increase_parallelism
void rocksdb_options_increase_parallelism(rocksdb_options_t* , int total_threads)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_set_comparator
void rocksdb_options_set_comparator(rocksdb_options_t* , rocksdb_comparator_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_set_compression
void rocksdb_options_set_compression(rocksdb_options_t* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_set_create_if_missing
void rocksdb_options_set_create_if_missing(rocksdb_options_t* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_set_error_if_exists
void rocksdb_options_set_error_if_exists(rocksdb_options_t* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_options_statistics_get_string
char* rocksdb_options_statistics_get_string(rocksdb_options_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_readoptions_create
rocksdb_readoptions_t* rocksdb_readoptions_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_readoptions_destroy
void rocksdb_readoptions_destroy(rocksdb_readoptions_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_readoptions_set_fill_cache
void rocksdb_readoptions_set_fill_cache(rocksdb_readoptions_t* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_readoptions_set_read_tier
void rocksdb_readoptions_set_read_tier(rocksdb_readoptions_t* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_readoptions_set_readahead_size
void rocksdb_readoptions_set_readahead_size(rocksdb_readoptions_t* , 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_readoptions_set_snapshot
void rocksdb_readoptions_set_snapshot(rocksdb_readoptions_t* , rocksdb_snapshot_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_readoptions_set_tailing
void rocksdb_readoptions_set_tailing(rocksdb_readoptions_t* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_readoptions_set_verify_checksums
void rocksdb_readoptions_set_verify_checksums(rocksdb_readoptions_t* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writeoptions_create
rocksdb_writeoptions_t* rocksdb_writeoptions_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writeoptions_destroy
void rocksdb_writeoptions_destroy(rocksdb_writeoptions_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writeoptions_disable_WAL
void rocksdb_writeoptions_disable_WAL(rocksdb_writeoptions_t* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_writeoptions_set_sync
void rocksdb_writeoptions_set_sync(rocksdb_writeoptions_t* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta