| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Field and Description |
|---|---|
static DirectSlice |
DirectSlice.NONE |
| Modifier and Type | Method and Description |
|---|---|
DirectSlice |
WBWIRocksIterator.WriteEntry.getKey()
Returns the key of the Write Entry
|
DirectSlice |
WBWIRocksIterator.WriteEntry.getValue()
Returns the value of the Write Entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
SstFileWriter.add(DirectSlice key,
DirectSlice value)
Deprecated.
|
void |
SstFileWriter.delete(DirectSlice key)
Add a deletion key to currently opened file.
|
void |
SstFileWriter.merge(DirectSlice key,
DirectSlice value)
Add a Merge key with value to currently opened file.
|
void |
SstFileWriter.put(DirectSlice key,
DirectSlice value)
Add a Put key with value to currently opened file.
|
| Constructor and Description |
|---|
WriteEntry(WBWIRocksIterator.WriteType type,
DirectSlice key,
DirectSlice value) |
Copyright © 2021. All rights reserved.