public class NessieTableOperations
extends org.apache.iceberg.BaseMetastoreTableOperations
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NESSIE_COMMIT_ID_PROPERTY
Name of the `
TableMetadata property that holds the Nessie commit-ID from which the
metadata has been loaded. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCommit(org.apache.iceberg.TableMetadata base,
org.apache.iceberg.TableMetadata metadata) |
protected void |
doRefresh() |
org.apache.iceberg.io.FileIO |
io() |
protected java.lang.String |
tableName() |
checkCommitStatus, commit, current, currentMetadataLocation, currentVersion, disableRefresh, locationProvider, metadataFileLocation, refresh, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, requestRefresh, temp, writeNewMetadatapublic static final java.lang.String NESSIE_COMMIT_ID_PROPERTY
TableMetadata property that holds the Nessie commit-ID from which the
metadata has been loaded.protected java.lang.String tableName()
tableName in class org.apache.iceberg.BaseMetastoreTableOperationsprotected void doRefresh()
doRefresh in class org.apache.iceberg.BaseMetastoreTableOperationsprotected void doCommit(org.apache.iceberg.TableMetadata base,
org.apache.iceberg.TableMetadata metadata)
doCommit in class org.apache.iceberg.BaseMetastoreTableOperationspublic org.apache.iceberg.io.FileIO io()