public interface DatabaseEntry
DatabaseEntry provides interface to get data from LMDB database entry.LmdbProtocol,
DatabaseIterator| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
key()
Get entry key.
|
byte[] |
value()
Get entry value.
|