2019-06-24 21:19:58 +08:00
|
|
|
pyrocksdb.ColumnFamilyOptions
|
|
|
|
=============================
|
|
|
|
|
|
|
|
.. currentmodule:: pyrocksdb
|
|
|
|
|
|
|
|
.. autoclass:: ColumnFamilyOptions
|
|
|
|
|
|
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
|
|
|
|
.. autosummary::
|
|
|
|
|
|
|
|
~ColumnFamilyOptions.OptimizeLevelStyleCompaction
|
|
|
|
~ColumnFamilyOptions.__init__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
|
|
|
|
.. autosummary::
|
|
|
|
|
|
|
|
~ColumnFamilyOptions.max_write_buffer_number
|
|
|
|
~ColumnFamilyOptions.sync
|
|
|
|
~ColumnFamilyOptions.table_factory
|
2019-08-01 23:01:11 +08:00
|
|
|
~ColumnFamilyOptions.target_file_size_base
|
|
|
|
~ColumnFamilyOptions.target_file_size_multiplier
|
2019-06-24 21:19:58 +08:00
|
|
|
~ColumnFamilyOptions.write_buffer_size
|
|
|
|
|
|
|
|
|