Package org.rocksdb

Class ColumnFamilyOptions

All Implemented Interfaces:
AutoCloseable, AdvancedColumnFamilyOptionsInterface<ColumnFamilyOptions>, AdvancedMutableColumnFamilyOptionsInterface<ColumnFamilyOptions>, ColumnFamilyOptionsInterface<ColumnFamilyOptions>, MutableColumnFamilyOptionsInterface<ColumnFamilyOptions>

ColumnFamilyOptions to control the behavior of a database. It will be used during the creation of a RocksDB (i.e., RocksDB.open()).

As a descendant of AbstractNativeReference, this class is AutoCloseable and will be automatically released if opened in the preamble of a try with resources block.