Package org.apache.iceberg.view
Interface ViewHistoryEntry
public interface ViewHistoryEntry
View history entry.
 
An entry contains a change to the view state. At the given timestamp, the current version was set to the given version ID.
- 
Method SummaryModifier and TypeMethodDescriptionlongReturn the timestamp in milliseconds of the changeintReturn ID of the new current version
- 
Method Details- 
timestampMillislong timestampMillis()Return the timestamp in milliseconds of the change
- 
versionIdint versionId()Return ID of the new current version
 
-