public static class CommitTimestampSupport.TimestampEntry extends java.lang.Object implements FieldIndexKey
| Modifier and Type | Field and Description |
|---|---|
long |
commitTimestamp |
int |
objectId |
| Constructor and Description |
|---|
CommitTimestampSupport.TimestampEntry(int objectId,
long commitTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitTimestamp() |
int |
parentID() |
java.lang.String |
toString() |
java.lang.Object |
value() |
public CommitTimestampSupport.TimestampEntry(int objectId,
long commitTimestamp)
public java.lang.String toString()
toString in class java.lang.Objectpublic int parentID()
parentID in interface FieldIndexKeypublic long getCommitTimestamp()
public java.lang.Object value()
value in interface FieldIndexKey