Package org.rocksdb

Class SstPartitionerFixedPrefixFactory

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class SstPartitionerFixedPrefixFactory
    extends SstPartitionerFactory
    Fixed prefix factory. It partitions SST files using fixed prefix of the key.
    • Constructor Detail

      • SstPartitionerFixedPrefixFactory

        public SstPartitionerFixedPrefixFactory​(long prefixLength)
    • Method Detail