class WriteTransaction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.locks.ReentrantLock |
writeLock
A lock used to protect the write operation against concurrent access
|
| Constructor and Description |
|---|
WriteTransaction() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
commit() |
(package private) boolean |
isStarted()
Tells if the transaction has started
|
(package private) void |
rollback() |
(package private) void |
start() |