Package org.rocksdb

Class SstPartitionerFixedPrefixFactory

All Implemented Interfaces:
AutoCloseable

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

    • SstPartitionerFixedPrefixFactory

      public SstPartitionerFixedPrefixFactory(long prefixLength)
  • Method Details