Package org.apache.iceberg
Interface UpdateLocation
-
- All Superinterfaces:
PendingUpdate<java.lang.String>
- All Known Implementing Classes:
SetLocation
public interface UpdateLocation extends PendingUpdate<java.lang.String>
API for setting a table's base location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLocation
setLocation(java.lang.String location)
Set the table's location.-
Methods inherited from interface org.apache.iceberg.PendingUpdate
apply, commit, updateEvent
-
-
-
-
Method Detail
-
setLocation
UpdateLocation setLocation(java.lang.String location)
Set the table's location.- Parameters:
location
- a String location- Returns:
- this for method chaining
-
-