Package | Description |
---|---|
org.rocksdb |
The RocksDB Java driver
|
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 © 2023. All rights reserved.