Package org.apache.iceberg
Class MetadataUpdate.SetCurrentSchema
java.lang.Object
org.apache.iceberg.MetadataUpdate.SetCurrentSchema
- 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
Modifier and TypeMethodDescriptionvoid
applyTo
(TableMetadata.Builder metadataBuilder) int
schemaId()
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
-
SetCurrentSchema
public SetCurrentSchema(int schemaId)
-
-
Method Details
-
schemaId
public int schemaId() -
applyTo
- Specified by:
applyTo
in interfaceMetadataUpdate
-