public class VersionedValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static VersionedValue |
DUMMY
Used when we don't care about a VersionedValue instance.
|
| Modifier | Constructor and Description |
|---|---|
protected |
VersionedValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCommittedValue() |
java.lang.Object |
getCurrentValue() |
long |
getOperationId() |
boolean |
isCommitted() |
public static final VersionedValue DUMMY