| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
static ReadTier |
ReadTier.getReadTier(byte value)
Get ReadTier by byte value.
|
ReadTier |
ReadOptions.readTier()
Returns the current read tier.
|
static ReadTier |
ReadTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadTier[] |
ReadTier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReadOptions |
ReadOptions.setReadTier(ReadTier readTier)
Specify if this read request should process data that ALREADY
resides on a particular cache.
|
Copyright © 2021. All rights reserved.