Package org.apache.iceberg
Interface HistoryEntry
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- TableMetadata.SnapshotLogEntry
Table history entry.
 
An entry contains a change to the table state. At the given timestamp, the current snapshot was set to the given snapshot ID.
- 
Method SummaryModifier and TypeMethodDescriptionlongReturns ID of the new current snapshot.longReturns the timestamp in milliseconds of the change.
- 
Method Details- 
timestampMillislong timestampMillis()Returns the timestamp in milliseconds of the change.
- 
snapshotIdlong snapshotId()Returns ID of the new current snapshot.
 
-