TransactionStore.VersionedValue
A versioned value (possibly null). It contains a pointer to the old value, and the value itself.
Methods
String
toString
()
String
toString
()
Fields
static long
operationId
static Object
value
operationId
The operation id.
value
The value.