public class VersionedValue<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
VersionedValue() |
| Modifier and Type | Method and Description |
|---|---|
T |
getCommittedValue() |
T |
getCurrentValue() |
long |
getOperationId() |
boolean |
isCommitted() |