public class IcebergMigrateHadoopMetadataFactory extends Object implements IcebergMigrateMetadataFactory
IcebergMigrateHadoopMetadata
.Constructor and Description |
---|
IcebergMigrateHadoopMetadataFactory() |
Modifier and Type | Method and Description |
---|---|
IcebergMigrateHadoopMetadata |
create(Identifier icebergIdentifier,
Options icebergOptions) |
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 IcebergMigrateHadoopMetadata create(Identifier icebergIdentifier, Options icebergOptions)
create
in interface IcebergMigrateMetadataFactory
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.