Package org.apache.iceberg.nessie
Class NessieViewOperations
java.lang.Object
org.apache.iceberg.BaseMetastoreOperations
org.apache.iceberg.view.BaseViewOperations
org.apache.iceberg.nessie.NessieViewOperations
- All Implemented Interfaces:
 ViewOperations
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iceberg.BaseMetastoreOperations
BaseMetastoreOperations.CommitStatus - 
Method Summary
Modifier and TypeMethodDescriptionvoiddoCommit(ViewMetadata base, ViewMetadata metadata) voidio()protected StringviewName()Methods inherited from class org.apache.iceberg.view.BaseViewOperations
commit, current, currentMetadataLocation, currentVersion, disableRefresh, refresh, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, requestRefresh, writeNewMetadataIfRequiredMethods inherited from class org.apache.iceberg.BaseMetastoreOperations
checkCommitStatus 
- 
Method Details
- 
doRefresh
public void doRefresh()- Specified by:
 doRefreshin classBaseViewOperations
 - 
doCommit
- Specified by:
 doCommitin classBaseViewOperations
 - 
viewName
- Specified by:
 viewNamein classBaseViewOperations
 - 
io
- Specified by:
 ioin classBaseViewOperations
 
 -