Package org.rocksdb

Class TablePropertiesCollectorFactory

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public abstract class TablePropertiesCollectorFactory
    extends RocksObject
    • Method Detail

      • NewCompactOnDeletionCollectorFactory

        public static TablePropertiesCollectorFactory NewCompactOnDeletionCollectorFactory​(long sliding_window_size,
                                                                                           long deletion_trigger,
                                                                                           double deletion_ratio)