class Caster::DatabaseSettings
- Caster::DatabaseSettings
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
config/settings.crConstructors
Instance Method Summary
- #compress : Bool
- #compress=(compress : Bool)
- #flush_after : Int32
- #flush_after=(flush_after : Int32)
- #max_compactions : Int32
- #max_compactions=(max_compactions : Int32)
- #max_files : Int32
- #max_files=(max_files : Int32)
- #max_flushes : Int32
- #max_flushes=(max_flushes : Int32)
- #parallelism : Int32
- #parallelism=(parallelism : Int32)
- #target_file_size_base : Int32
- #target_file_size_base=(target_file_size_base : Int32)
- #write_ahead_log : Bool
- #write_ahead_log=(write_ahead_log : Bool)
- #write_buffer : Int32
- #write_buffer=(write_buffer : Int32)