| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
Slice |
ReadOptions.iterateLowerBound()
Returns the smallest key at which the backward
iterator can return an entry.
|
Slice |
ReadOptions.iterateUpperBound()
Returns the largest key at which the forward
iterator can return an entry.
|
Slice |
ReadOptions.iterStartTs()
Timestamp of operation.
|
Slice |
ReadOptions.timestamp()
Timestamp of operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SstFileWriter.delete(Slice key)
Add a deletion key to currently opened file.
|
void |
SstFileWriter.merge(Slice key,
Slice value)
Add a Merge key with value to currently opened file.
|
void |
SstFileWriter.put(Slice key,
Slice value)
Add a Put key with value to currently opened file.
|
void |
TraceWriter.write(Slice data)
Write the data.
|
| Constructor and Description |
|---|
Range(Slice start,
Slice limit) |
Copyright © 2022. All rights reserved.