public static class TableMetadata.SnapshotLogEntry extends java.lang.Object implements HistoryEntry
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
long |
snapshotId()
Returns ID of the new current snapshot.
|
long |
timestampMillis()
Returns the timestamp in milliseconds of the change.
|
java.lang.String |
toString() |
public long timestampMillis()
HistoryEntry
timestampMillis
in interface HistoryEntry
public long snapshotId()
HistoryEntry
snapshotId
in interface HistoryEntry
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object