Index

_ | A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | Z

_

__init__() (rocksdb.BackupEngine method)
(rocksdb.BloomFilterPolicy method)
(rocksdb.DB method)
(rocksdb.HashLinkListMemtableFactory method)
(rocksdb.HashSkipListMemtableFactory method)
(rocksdb.LRUCache method)
(rocksdb.Options method)
(rocksdb.PlainTableFactory method)
(rocksdb.SkipListMemtableFactory method)
(rocksdb.VectorMemtableFactory method)
(rocksdb.WriteBatch method)
__iter__() (rocksdb.BaseIterator method)
(rocksdb.WriteBatch method)
(rocksdb.WriteBatchIterator method)
__next__() (rocksdb.BaseIterator method)
(rocksdb.WriteBatchIterator method)
__reversed__() (rocksdb.BaseIterator method)

A

advise_random_on_open (rocksdb.Options attribute)
allow_mmap_reads (rocksdb.Options attribute)
allow_mmap_writes (rocksdb.Options attribute)
allow_os_buffer (rocksdb.Options attribute)
arena_block_size (rocksdb.Options attribute)

B

bytes_per_sync (rocksdb.Options attribute)
bzip2_compression (rocksdb.CompressionType attribute)

C

clear() (rocksdb.WriteBatch method)
compact_range() (rocksdb.DB method)
compaction_options_universal (rocksdb.Options attribute)
compaction_style (rocksdb.Options attribute)
comparator (rocksdb.Options attribute)
compare() (rocksdb.interfaces.Comparator method)
compression (rocksdb.Options attribute)
count() (rocksdb.WriteBatch method)
create_backup() (rocksdb.BackupEngine method)
create_filter() (rocksdb.interfaces.FilterPolicy method)
create_if_missing (rocksdb.Options attribute)

D

data() (rocksdb.WriteBatch method)
db_log_dir (rocksdb.Options attribute)
delete() (rocksdb.DB method)
(rocksdb.WriteBatch method)
delete_backup() (rocksdb.BackupEngine method)
delete_obsolete_files_period_micros (rocksdb.Options attribute)
disable_auto_compactions (rocksdb.Options attribute)
disable_data_sync (rocksdb.Options attribute)

E

error_if_exists (rocksdb.Options attribute)
expanded_compaction_factor (rocksdb.Options attribute)

F

filter_deletes (rocksdb.Options attribute)
full_merge() (rocksdb.interfaces.MergeOperator method)

G

get() (rocksdb.DB method)
get_backup_info() (rocksdb.BackupEngine method)
get_live_files_metadata() (rocksdb.DB method)
get_property() (rocksdb.DB method)

H

hard_rate_limit (rocksdb.Options attribute)

I

in_domain() (rocksdb.interfaces.SliceTransform method)
in_range() (rocksdb.interfaces.SliceTransform method)
inplace_update_num_locks (rocksdb.Options attribute)
inplace_update_support (rocksdb.Options attribute)
is_fd_close_on_exec (rocksdb.Options attribute)
iteritems() (rocksdb.DB method)
iterkeys() (rocksdb.DB method)
itervalues() (rocksdb.DB method)

K

keep_log_file_num (rocksdb.Options attribute)
key_may_exist() (rocksdb.DB method)
key_may_match() (rocksdb.interfaces.FilterPolicy method)

L

level0_file_num_compaction_trigger (rocksdb.Options attribute)
level0_slowdown_writes_trigger (rocksdb.Options attribute)
level0_stop_writes_trigger (rocksdb.Options attribute)
log_file_time_to_roll (rocksdb.Options attribute)
lz4_compression (rocksdb.CompressionType attribute)
lz4hc_compression (rocksdb.CompressionType attribute)

M

manifest_preallocation_size (rocksdb.Options attribute)
max_background_compactions (rocksdb.Options attribute)
max_background_flushes (rocksdb.Options attribute)
max_bytes_for_level_base (rocksdb.Options attribute)
max_bytes_for_level_multiplier (rocksdb.Options attribute)
max_bytes_for_level_multiplier_additional (rocksdb.Options attribute)
max_grandparent_overlap_factor (rocksdb.Options attribute)
max_log_file_size (rocksdb.Options attribute)
max_manifest_file_size (rocksdb.Options attribute)
max_mem_compaction_level (rocksdb.Options attribute)
max_open_files (rocksdb.Options attribute)
max_sequential_skip_in_iterations (rocksdb.Options attribute)
max_write_buffer_number (rocksdb.Options attribute)
memtable_factory (rocksdb.Options attribute)
merge() (rocksdb.DB method)
(rocksdb.WriteBatch method)
(rocksdb.interfaces.AssociativeMergeOperator method)
merge_operator (rocksdb.Options attribute)
min_write_buffer_number_to_merge (rocksdb.Options attribute)
multi_get() (rocksdb.DB method)

N

name() (rocksdb.interfaces.AssociativeMergeOperator method)
(rocksdb.interfaces.Comparator method)
(rocksdb.interfaces.FilterPolicy method)
(rocksdb.interfaces.MergeOperator method)
(rocksdb.interfaces.SliceTransform method)
no_compression (rocksdb.CompressionType attribute)
num_levels (rocksdb.Options attribute)

O

options (rocksdb.DB attribute)

P

paranoid_checks (rocksdb.Options attribute)
partial_merge() (rocksdb.interfaces.MergeOperator method)
prefix_extractor (rocksdb.Options attribute)
purge_old_backups() (rocksdb.BackupEngine method)
purge_redundant_kvs_while_flush (rocksdb.Options attribute)
put() (rocksdb.DB method)
(rocksdb.WriteBatch method)

R

rate_limit_delay_max_milliseconds (rocksdb.Options attribute)
repair_db() (built-in function)
restore_backup() (rocksdb.BackupEngine method)
restore_latest_backup() (rocksdb.BackupEngine method)
rocksdb (module)
rocksdb.BackupEngine (built-in class)
rocksdb.BaseIterator (built-in class)
rocksdb.BlockBasedTableFactory (built-in class)
rocksdb.BloomFilterPolicy (built-in class)
rocksdb.BytewiseComparator (built-in class)
rocksdb.CompressionType (built-in class)
rocksdb.DB (built-in class)
rocksdb.errors.Corruption
rocksdb.errors.Incomplete
rocksdb.errors.InvalidArgument
rocksdb.errors.MergeInProgress
rocksdb.errors.NotFound
rocksdb.errors.NotSupported
rocksdb.errors.RocksIOError
rocksdb.HashLinkListMemtableFactory (built-in class)
rocksdb.HashSkipListMemtableFactory (built-in class)
rocksdb.interfaces.AssociativeMergeOperator (built-in class)
rocksdb.interfaces.Comparator (built-in class)
rocksdb.interfaces.FilterPolicy (built-in class)
rocksdb.interfaces.MergeOperator (built-in class)
rocksdb.interfaces.SliceTransform (built-in class)
rocksdb.LRUCache (built-in class)
rocksdb.Options (built-in class)
rocksdb.PlainTableFactory (built-in class)
rocksdb.SkipListMemtableFactory (built-in class)
rocksdb.Snapshot (built-in class)
rocksdb.VectorMemtableFactory (built-in class)
rocksdb.WriteBatch (built-in class)
rocksdb.WriteBatchIterator (built-in class)
row_cache (rocksdb.Options attribute)

S

seek() (rocksdb.BaseIterator method)
seek_to_first() (rocksdb.BaseIterator method)
seek_to_last() (rocksdb.BaseIterator method)
skip_log_error_on_recovery (rocksdb.Options attribute)
snappy_compression (rocksdb.CompressionType attribute)
snapshot() (rocksdb.DB method)
soft_rate_limit (rocksdb.Options attribute)
source_compaction_factor (rocksdb.Options attribute)
stats_dump_period_sec (rocksdb.Options attribute)
stop_backup() (rocksdb.BackupEngine method)

T

table_cache_numshardbits (rocksdb.Options attribute)
table_factory (rocksdb.Options attribute)
target_file_size_base (rocksdb.Options attribute)
target_file_size_multiplier (rocksdb.Options attribute)
transform() (rocksdb.interfaces.SliceTransform method)

U

use_adaptive_mutex (rocksdb.Options attribute)
use_fsync (rocksdb.Options attribute)

V

verify_checksums_in_compaction (rocksdb.Options attribute)

W

wal_dir (rocksdb.Options attribute)
write() (rocksdb.DB method)
write_buffer_size (rocksdb.Options attribute)

Z

zlib_compression (rocksdb.CompressionType attribute)