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()
Factory
For 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 Factory
public IcebergMetadataCommitter create(FileStoreTable table)
create
in interface IcebergMetadataCommitterFactory
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.