public class ByteArrayLMDBKVTransaction extends LMDBKVTransaction<byte[]>
LMDBKVTransaction
using byte[]
arrays buffers.Modifier | Constructor and Description |
---|---|
protected |
ByteArrayLMDBKVTransaction(LMDBKVDatabase<byte[]> kvdb,
org.lmdbjava.Env<byte[]> env,
org.lmdbjava.Dbi<byte[]> db)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected ByteArrayLMDBKVStore |
createKVStore(org.lmdbjava.Dbi<byte[]> db,
org.lmdbjava.Txn<byte[]> tx) |
commit, delegate, getKVDatabase, isReadOnly, mutableSnapshot, rollback, setReadOnly, setTimeout, watchKey
adjustCounter, apply, decodeCounter, encodeCounter, get, getAtLeast, getAtMost, getRange, put, remove, removeRange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adjustCounter, apply, decodeCounter, encodeCounter, get, getAtLeast, getAtMost, getRange, getRange, getRange, put, remove, removeRange, removeRange
protected ByteArrayLMDBKVTransaction(LMDBKVDatabase<byte[]> kvdb, org.lmdbjava.Env<byte[]> env, org.lmdbjava.Dbi<byte[]> db)
kvdb
- associated databaseenv
- environmentdb
- database handleprotected ByteArrayLMDBKVStore createKVStore(org.lmdbjava.Dbi<byte[]> db, org.lmdbjava.Txn<byte[]> tx)
createKVStore
in class LMDBKVTransaction<byte[]>
Copyright © 2022. All rights reserved.