Package org.apache.iceberg.view
Class VersionLogEntry
- java.lang.Object
-
- org.apache.iceberg.view.VersionLogEntry
-
- All Implemented Interfaces:
HistoryEntry
public class VersionLogEntry extends Object implements HistoryEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()longtimestampMillis()StringtoString()intversionId()
-
-
-
Method Detail
-
timestampMillis
public long timestampMillis()
- Specified by:
timestampMillisin interfaceHistoryEntry
-
versionId
public int versionId()
- Specified by:
versionIdin interfaceHistoryEntry
-
-