43 lines
No EOL
805 B
ReStructuredText
43 lines
No EOL
805 B
ReStructuredText
pyrocksdb.Options
|
|
=================
|
|
|
|
.. currentmodule:: pyrocksdb
|
|
|
|
.. autoclass:: Options
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~Options.IncreaseParallelism
|
|
~Options.OptimizeLevelStyleCompaction
|
|
~Options.__init__
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~Options.create_if_missing
|
|
~Options.error_if_exists
|
|
~Options.max_file_opening_threads
|
|
~Options.max_open_files
|
|
~Options.max_total_wal_size
|
|
~Options.max_write_buffer_number
|
|
~Options.paranoid_checks
|
|
~Options.statistics
|
|
~Options.sync
|
|
~Options.table_factory
|
|
~Options.target_file_size_base
|
|
~Options.target_file_size_multiplier
|
|
~Options.use_fsync
|
|
~Options.write_buffer_size
|
|
|
|
|