Package org.apache.iceberg.viewdepoc
Class VersionLogEntry
- java.lang.Object
-
- org.apache.iceberg.viewdepoc.VersionLogEntry
-
- All Implemented Interfaces:
HistoryEntry
public class VersionLogEntry extends java.lang.Object implements HistoryEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()longtimestampMillis()java.lang.StringtoString()intversionId()
-
-
-
Method Detail
-
timestampMillis
public long timestampMillis()
- Specified by:
timestampMillisin interfaceHistoryEntry
-
versionId
public int versionId()
- Specified by:
versionIdin interfaceHistoryEntry
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-