| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Class and Description |
|---|---|
class |
SstPartitionerFixedPrefixFactory
Fixed prefix factory.
|
| Modifier and Type | Method and Description |
|---|---|
SstPartitionerFactory |
ColumnFamilyOptions.sstPartitionerFactory() |
SstPartitionerFactory |
ColumnFamilyOptionsInterface.sstPartitionerFactory()
Get SST partitioner factory
|
SstPartitionerFactory |
Options.sstPartitionerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilyOptions |
ColumnFamilyOptions.setSstPartitionerFactory(SstPartitionerFactory sstPartitionerFactory) |
T |
ColumnFamilyOptionsInterface.setSstPartitionerFactory(SstPartitionerFactory factory)
If non-nullptr, use the specified factory for a function to determine the
partitioning of sst files.
|
Options |
Options.setSstPartitionerFactory(SstPartitionerFactory sstPartitionerFactory) |
Copyright © 2021. All rights reserved.