Package org.apache.iceberg
Class TableMetadata.SnapshotLogEntry
java.lang.Object
org.apache.iceberg.TableMetadata.SnapshotLogEntry
- All Implemented Interfaces:
- Serializable,- HistoryEntry
- Enclosing class:
- TableMetadata
- See Also:
- 
Method Details- 
timestampMillispublic long timestampMillis()Description copied from interface:HistoryEntryReturns the timestamp in milliseconds of the change.- Specified by:
- timestampMillisin interface- HistoryEntry
 
- 
snapshotIdpublic long snapshotId()Description copied from interface:HistoryEntryReturns ID of the new current snapshot.- Specified by:
- snapshotIdin interface- HistoryEntry
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-