| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryUsageType |
MemoryUsageType.getMemoryUsageType(byte byteIdentifier)
Get the MemoryUsageType enumeration value by
passing the byte identifier to this method.
|
static MemoryUsageType |
MemoryUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryUsageType[] |
MemoryUsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<MemoryUsageType,Long> |
MemoryUtil.getApproximateMemoryUsageByType(List<RocksDB> dbs,
Set<Cache> caches)
Returns the approximate memory usage of different types in the input
list of DBs and Cache set.
|
Copyright © 2022. All rights reserved.