Package org.apache.iceberg
Class TableMetadata.SnapshotLogEntry
- java.lang.Object
- 
- org.apache.iceberg.TableMetadata.SnapshotLogEntry
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- HistoryEntry
 - Enclosing class:
- TableMetadata
 
 public static class TableMetadata.SnapshotLogEntry extends java.lang.Object implements HistoryEntry - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()longsnapshotId()Returns ID of the new current snapshot.longtimestampMillis()Returns the timestamp in milliseconds of the change.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
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
 
 - 
equalspublic boolean equals(java.lang.Object other) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-