Package org.apache.iceberg
Interface HistoryEntry
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- TableMetadata.SnapshotLogEntry
 
 public interface HistoryEntry extends java.io.SerializableTable 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longsnapshotId()Returns ID of the new current snapshot.longtimestampMillis()Returns the timestamp in milliseconds of the change.
 
-