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 SummaryNested classes/interfaces inherited from class org.apache.iceberg.BaseMetastoreOperationsBaseMetastoreOperations.CommitStatus
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoCommit(ViewMetadata base, ViewMetadata metadata) voidio()protected StringviewName()Methods inherited from class org.apache.iceberg.view.BaseViewOperationscommit, current, currentMetadataLocation, currentVersion, disableRefresh, refresh, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, requestRefresh, writeNewMetadataIfRequiredMethods inherited from class org.apache.iceberg.BaseMetastoreOperationscheckCommitStatus, checkCommitStatusStrict
- 
Method Details- 
doRefreshpublic void doRefresh()- Specified by:
- doRefreshin class- BaseViewOperations
 
- 
doCommit- Specified by:
- doCommitin class- BaseViewOperations
 
- 
viewName- Specified by:
- viewNamein class- BaseViewOperations
 
- 
io- Specified by:
- ioin class- BaseViewOperations
 
 
-