Package org.rocksdb
Class TablePropertiesCollectorFactory
- java.lang.Object
-
- org.rocksdb.AbstractNativeReference
-
- org.rocksdb.AbstractImmutableNativeReference
-
- org.rocksdb.RocksObject
-
- org.rocksdb.TablePropertiesCollectorFactory
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public abstract class TablePropertiesCollectorFactory extends RocksObject
-
-
Field Summary
-
Fields inherited from class org.rocksdb.RocksObject
nativeHandle_
-
Fields inherited from class org.rocksdb.AbstractImmutableNativeReference
owningHandle_
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TablePropertiesCollectorFactoryNewCompactOnDeletionCollectorFactory(long sliding_window_size, long deletion_trigger, double deletion_ratio)-
Methods inherited from class org.rocksdb.RocksObject
disposeInternal, disposeInternal, getNativeHandle
-
Methods inherited from class org.rocksdb.AbstractImmutableNativeReference
close, disOwnNativeHandle, isOwningHandle
-
-
-
-
Method Detail
-
NewCompactOnDeletionCollectorFactory
public static TablePropertiesCollectorFactory NewCompactOnDeletionCollectorFactory(long sliding_window_size, long deletion_trigger, double deletion_ratio)
-
-