-
Classes Class 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.
-
Constructors Constructor Description org.rocksdb.ClockCache(long) The old Clock Cache implementation had an unresolved bug and has been removed.org.rocksdb.Logger(Options) UseLogger(InfoLogLevel)instead, e.g.new Logger(options.infoLogLevel()).
-
Enum Constants Enum Constant 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.