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
-
timestampMillis
public long timestampMillis()Description copied from interface:HistoryEntry
Returns the timestamp in milliseconds of the change.- Specified by:
timestampMillis
in interfaceHistoryEntry
-
snapshotId
public long snapshotId()Description copied from interface:HistoryEntry
Returns ID of the new current snapshot.- Specified by:
snapshotId
in interfaceHistoryEntry
-
equals
-
hashCode
public int hashCode() -
toString
-