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()
HistoryEntrytimestampMillis in interface HistoryEntrypublic long snapshotId()
HistoryEntrysnapshotId in interface HistoryEntrypublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object