Package org.apache.iceberg.jdbc
Class JdbcViewOperations
java.lang.Object
org.apache.iceberg.BaseMetastoreOperations
org.apache.iceberg.view.BaseViewOperations
org.apache.iceberg.jdbc.JdbcViewOperations
- All Implemented Interfaces:
- ViewOperations
JDBC implementation of Iceberg ViewOperations.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.iceberg.BaseMetastoreOperationsBaseMetastoreOperations.CommitStatus
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJdbcViewOperations(JdbcClientPool dbConnPool, FileIO fileIO, String catalogName, TableIdentifier viewIdentifier, Map<String, String> catalogProperties) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoCommit(ViewMetadata base, ViewMetadata metadata) protected voidprotected FileIOio()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
- 
Constructor Details- 
JdbcViewOperationsprotected JdbcViewOperations(JdbcClientPool dbConnPool, FileIO fileIO, String catalogName, TableIdentifier viewIdentifier, Map<String, String> catalogProperties) 
 
- 
- 
Method Details- 
doRefreshprotected 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
 
 
-