Package io.permazen.kv.mvcc
Class ReadWriteConflict
java.lang.Object
io.permazen.kv.mvcc.Conflict
io.permazen.kv.mvcc.ReadWriteConflict
Represents an MVCC conflict in which a key that was read in one transaction had its value changed
in another, simultaneous transaction.
Instances are immutable.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReadWriteConflict
Constructor.- Parameters:
key
- the conflicting key- Throws:
IllegalArgumentException
- ifkey
is null
-
-
Method Details