Package io.permazen.kv.mvcc
Class ReadAdjustConflict
java.lang.Object
io.permazen.kv.mvcc.Conflict
io.permazen.kv.mvcc.ReadAdjustConflict
Represents an MVCC conflict in which a key that was read in one transaction was adjusted via
KVStore.adjustCounter()
in another, simultaneous transaction.
Instances are immutable.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReadAdjustConflict
Constructor.- Parameters:
key
- the conflicting key- Throws:
IllegalArgumentException
- ifkey
is null
-
-
Method Details