Class and Description |
---|
org.rocksdb.ClockCache
The old Clock Cache implementation had an unresolved bug and
has been removed. The new HyperClockCache requires an additional
configuration parameter that is not provided by this API. This function
simply returns a new LRUCache for functional compatibility.
|
Constructor and Description |
---|
org.rocksdb.ClockCache(long)
The old Clock Cache implementation had an unresolved bug and has been removed.
|
org.rocksdb.ClockCache(long, int)
The old Clock Cache implementation had an unresolved bug and has been removed.
|
org.rocksdb.ClockCache(long, int, boolean)
The old Clock Cache implementation had an unresolved bug and has been removed.
|
org.rocksdb.Logger(DBOptions)
Use
Logger(InfoLogLevel) instead, e.g. new
Logger(dbOptions.infoLogLevel()) . |
org.rocksdb.Logger(Options)
Use
Logger(InfoLogLevel) instead, e.g. new
Logger(options.infoLogLevel()) . |
Enum Constant and Description |
---|
org.rocksdb.MutableColumnFamilyOptions.MemtableOption.filter_deletes |
org.rocksdb.MutableColumnFamilyOptions.MemtableOption.memtable_prefix_bloom_bits |
org.rocksdb.MutableColumnFamilyOptions.MemtableOption.memtable_prefix_bloom_probes |
org.rocksdb.PerfLevel.OUT_OF_BOUNDS
It's here to just keep parity with C++ API.
|