| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
static SizeApproximationFlag |
SizeApproximationFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SizeApproximationFlag[] |
SizeApproximationFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
RocksDB.getApproximateSizes(ColumnFamilyHandle columnFamilyHandle,
List<Range> ranges,
SizeApproximationFlag... sizeApproximationFlags)
Get the approximate file system space used by keys in each range.
|
long[] |
RocksDB.getApproximateSizes(List<Range> ranges,
SizeApproximationFlag... sizeApproximationFlags)
Get the approximate file system space used by keys in each range for
the default column family.
|
Copyright © 2021. All rights reserved.