Package org.apache.iceberg.view
Class ViewMetadata.Builder
java.lang.Object
org.apache.iceberg.view.ViewMetadata.Builder
- Enclosing interface:
- ViewMetadata
- 
Method SummaryModifier and TypeMethodDescriptionaddVersion(ViewVersion version) assignUUID(String newUUID) build()removeProperties(Set<String> propertiesToRemove) setCurrentVersion(ViewVersion version, Schema schema) setCurrentVersionId(int newVersionId) setLocation(String newLocation) setMetadataLocation(String newMetadataLocation) setProperties(Map<String, String> updated) upgradeFormatVersion(int newFormatVersion) 
- 
Method Details- 
upgradeFormatVersion
- 
setLocation
- 
setMetadataLocation
- 
setCurrentVersionId
- 
setCurrentVersion
- 
addVersion
- 
addSchema
- 
setProperties
- 
removeProperties
- 
assignUUID
- 
build
 
-