Package org.apache.iceberg
Class MetadataUpdate.SetCurrentViewVersion
java.lang.Object
org.apache.iceberg.MetadataUpdate.SetCurrentViewVersion
- All Implemented Interfaces:
Serializable
,MetadataUpdate
- Enclosing interface:
- MetadataUpdate
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.MetadataUpdate
MetadataUpdate.AddPartitionSpec, MetadataUpdate.AddSchema, MetadataUpdate.AddSnapshot, MetadataUpdate.AddSortOrder, MetadataUpdate.AddViewVersion, MetadataUpdate.AssignUUID, MetadataUpdate.RemovePartitionStatistics, MetadataUpdate.RemoveProperties, MetadataUpdate.RemoveSnapshot, MetadataUpdate.RemoveSnapshotRef, MetadataUpdate.RemoveStatistics, MetadataUpdate.SetCurrentSchema, MetadataUpdate.SetCurrentViewVersion, MetadataUpdate.SetDefaultPartitionSpec, MetadataUpdate.SetDefaultSortOrder, MetadataUpdate.SetLocation, MetadataUpdate.SetPartitionStatistics, MetadataUpdate.SetProperties, MetadataUpdate.SetSnapshotRef, MetadataUpdate.SetStatistics, MetadataUpdate.UpgradeFormatVersion
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.MetadataUpdate
applyTo
-
Constructor Details
-
SetCurrentViewVersion
public SetCurrentViewVersion(int versionId)
-
-
Method Details
-
versionId
public int versionId() -
applyTo
- Specified by:
applyTo
in interfaceMetadataUpdate
-