public class IcebergHiveMetadataCommitterFactory extends Object implements IcebergMetadataCommitterFactory
IcebergHiveMetadataCommitter.| Constructor and Description |
|---|
IcebergHiveMetadataCommitterFactory() |
| Modifier and Type | Method and Description |
|---|---|
IcebergMetadataCommitter |
create(FileStoreTable table) |
String |
identifier()
Returns a unique identifier among same factory interfaces.
|
public String identifier()
FactoryFor consistency, an identifier should be declared as one lower case word (e.g. kafka). If multiple factories exist for different versions, a version should be appended
using "-" (e.g. elasticsearch-7).
identifier in interface Factorypublic IcebergMetadataCommitter create(FileStoreTable table)
create in interface IcebergMetadataCommitterFactoryCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.