| Package | Description |
|---|---|
| io.zeebe.logstreams.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
ZbRocksEntry |
ZbRocksEntry.wrap(org.agrona.DirectBuffer key,
org.agrona.DirectBuffer value) |
| Modifier and Type | Method and Description |
|---|---|
List<ZbRocksEntry> |
ZbRocksDb.list(org.rocksdb.ColumnFamilyHandle columnFamily)
NOTE: not recommended for production use, since it loads all key/values into memory, but it's
very useful for debugging.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.