| Modifier and Type | Class and Description |
|---|---|
class |
XMLKVTransaction
Transaction associated with a
XMLKVDatabase. |
| Modifier and Type | Method and Description |
|---|---|
SimpleKVTransaction |
SimpleKVDatabase.createTransaction() |
SimpleKVTransaction |
SimpleKVDatabase.createTransaction(Map<String,?> options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XMLKVDatabase.checkState(SimpleKVTransaction tx) |
protected void |
SimpleKVDatabase.checkState(SimpleKVTransaction tx)
Verify that the given transaction is still usable.
|
protected void |
XMLKVDatabase.postCommit(SimpleKVTransaction tx,
boolean successful) |
protected void |
SimpleKVDatabase.postCommit(SimpleKVTransaction tx,
boolean successful)
Invoked during transaction commit just after writing changes to the underlying
KVStore. |
protected void |
SimpleKVDatabase.preCommit(SimpleKVTransaction tx)
Invoked during transaction commit just prior to writing changes to the underlying
KVStore. |
Copyright © 2016. All rights reserved.