| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSlice<T>
Slices are used by RocksDB to provide
efficient access to keys and values.
|
class |
DirectSlice
Base class for slices which will receive direct
ByteBuffer based access to the underlying data.
|
class |
Slice
Base class for slices which will receive
byte[] based access to the underlying data.
|
Copyright © 2021. All rights reserved.