Package org.rocksdb
Class SstPartitionerFactory
java.lang.Object
org.rocksdb.AbstractNativeReference
org.rocksdb.AbstractImmutableNativeReference
org.rocksdb.RocksObject
org.rocksdb.SstPartitionerFactory
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
SstPartitionerFixedPrefixFactory
Handle to factory for SstPartitioner. It is used in
ColumnFamilyOptions-
Field Summary
Fields inherited from class org.rocksdb.RocksObject
nativeHandle_Fields inherited from class org.rocksdb.AbstractImmutableNativeReference
owningHandle_ -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.rocksdb.RocksObject
disposeInternal, disposeInternal, getNativeHandleMethods inherited from class org.rocksdb.AbstractImmutableNativeReference
close, disOwnNativeHandle, isOwningHandle
-
Constructor Details
-
SstPartitionerFactory
protected SstPartitionerFactory(long nativeHandle)
-