Package org.apache.iceberg
Class MetadataUpdate.SetLocation
- java.lang.Object
 - 
- org.apache.iceberg.MetadataUpdate.SetLocation
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,MetadataUpdate
- Enclosing interface:
 - MetadataUpdate
 
public static class MetadataUpdate.SetLocation extends java.lang.Object implements MetadataUpdate
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.iceberg.MetadataUpdate
MetadataUpdate.AddPartitionSpec, MetadataUpdate.AddSchema, MetadataUpdate.AddSnapshot, MetadataUpdate.AddSortOrder, MetadataUpdate.AssignUUID, MetadataUpdate.RemoveProperties, MetadataUpdate.RemoveSnapshot, MetadataUpdate.RemoveSnapshotRef, MetadataUpdate.SetCurrentSchema, MetadataUpdate.SetDefaultPartitionSpec, MetadataUpdate.SetDefaultSortOrder, MetadataUpdate.SetLocation, MetadataUpdate.SetProperties, MetadataUpdate.SetSnapshotRef, MetadataUpdate.UpgradeFormatVersion 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SetLocation(java.lang.String location) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(TableMetadata.Builder metadataBuilder)java.lang.Stringlocation() 
 - 
 
- 
- 
Method Detail
- 
location
public java.lang.String location()
 
- 
applyTo
public void applyTo(TableMetadata.Builder metadataBuilder)
- Specified by:
 applyToin interfaceMetadataUpdate
 
 - 
 
 -