public interface HistoryEntry
extends java.io.Serializable
An entry contains a change to the table state. At the given timestamp, the current snapshot was set to the given snapshot ID.
Modifier and Type | Method and Description |
---|---|
long |
snapshotId()
Returns ID of the new current snapshot.
|
long |
timestampMillis()
Returns the timestamp in milliseconds of the change.
|