Package org.apache.iceberg
Class MetadataUpdate.AddViewVersion
- java.lang.Object
- 
- org.apache.iceberg.MetadataUpdate.AddViewVersion
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- MetadataUpdate
 - Enclosing interface:
- MetadataUpdate
 
 public static class MetadataUpdate.AddViewVersion extends java.lang.Object implements MetadataUpdate - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.iceberg.MetadataUpdateMetadataUpdate.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 SummaryConstructors Constructor Description AddViewVersion(ViewVersion viewVersion)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(ViewMetadata.Builder viewMetadataBuilder)ViewVersionviewVersion()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.iceberg.MetadataUpdateapplyTo
 
- 
 
- 
- 
- 
Constructor Detail- 
AddViewVersionpublic AddViewVersion(ViewVersion viewVersion) 
 
- 
 - 
Method Detail- 
viewVersionpublic ViewVersion viewVersion() 
 - 
applyTopublic void applyTo(ViewMetadata.Builder viewMetadataBuilder) - Specified by:
- applyToin interface- MetadataUpdate
 
 
- 
 
-