Package org.apache.iceberg.dell.ecs
Class EcsTableOperations
java.lang.Object
org.apache.iceberg.BaseMetastoreOperations
org.apache.iceberg.BaseMetastoreTableOperations
org.apache.iceberg.dell.ecs.EcsTableOperations
- All Implemented Interfaces:
TableOperations
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iceberg.BaseMetastoreTableOperations
BaseMetastoreTableOperations.CommitStatus
-
Field Summary
Fields inherited from class org.apache.iceberg.BaseMetastoreTableOperations
ICEBERG_TABLE_TYPE_VALUE, METADATA_LOCATION_PROP, PREVIOUS_METADATA_LOCATION_PROP, TABLE_TYPE_PROP
-
Constructor Summary
ConstructorDescriptionEcsTableOperations
(String tableName, org.apache.iceberg.dell.ecs.EcsURI tableObject, FileIO fileIO, EcsCatalog catalog) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doCommit
(TableMetadata base, TableMetadata metadata) protected void
io()
Returns aFileIO
to read and write table data and metadata files.protected String
The full name of the table used for logging purposes only.Methods inherited from class org.apache.iceberg.BaseMetastoreTableOperations
checkCommitStatus, commit, current, currentMetadataLocation, currentVersion, disableRefresh, locationProvider, metadataFileLocation, refresh, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, requestRefresh, temp, writeNewMetadata, writeNewMetadataIfRequired
Methods inherited from class org.apache.iceberg.BaseMetastoreOperations
checkCommitStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.TableOperations
encryption, newSnapshotId, requireStrictCleanup
-
Field Details
-
ICEBERG_METADATA_LOCATION
- See Also:
-
-
Constructor Details
-
EcsTableOperations
public EcsTableOperations(String tableName, org.apache.iceberg.dell.ecs.EcsURI tableObject, FileIO fileIO, EcsCatalog catalog)
-
-
Method Details
-
tableName
Description copied from class:BaseMetastoreTableOperations
The full name of the table used for logging purposes only. For example for HiveTableOperations it is catalogName + "." + database + "." + table.- Specified by:
tableName
in classBaseMetastoreTableOperations
- Returns:
- The full name
-
io
Description copied from interface:TableOperations
Returns aFileIO
to read and write table data and metadata files. -
doRefresh
protected void doRefresh()- Overrides:
doRefresh
in classBaseMetastoreTableOperations
-
doCommit
- Overrides:
doCommit
in classBaseMetastoreTableOperations
-