Package org.apache.beam.sdk.io.iceberg
Class IcebergCdcReadSchemaTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<IcebergCdcReadSchemaTransformProvider.Configuration>
org.apache.beam.sdk.io.iceberg.IcebergCdcReadSchemaTransformProvider
- All Implemented Interfaces:
 SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class IcebergCdcReadSchemaTransformProvider
extends TypedSchemaTransformProvider<IcebergCdcReadSchemaTransformProvider.Configuration>
SchemaTransform implementation for 
IcebergIO.readRows(org.apache.beam.sdk.io.iceberg.IcebergCatalogConfig). Reads records from Iceberg and
 outputs a PCollection of Beam Rows.- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected SchemaTransformfrom(IcebergCdcReadSchemaTransformProvider.Configuration configuration) Produce a SchemaTransform from ConfigT.Returns an id that uniquely represents this transform.Returns the output collection names of this transform.Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
configurationClass, configurationSchema, dependencies, fromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider
description, inputCollectionNames 
- 
Constructor Details
- 
IcebergCdcReadSchemaTransformProvider
public IcebergCdcReadSchemaTransformProvider() 
 - 
 - 
Method Details
- 
from
Description copied from class:TypedSchemaTransformProviderProduce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationExceptionor aInvalidSchemaException.- Specified by:
 fromin classTypedSchemaTransformProvider<IcebergCdcReadSchemaTransformProvider.Configuration>
 - 
outputCollectionNames
Description copied from interface:SchemaTransformProviderReturns the output collection names of this transform. - 
identifier
Description copied from interface:SchemaTransformProviderReturns an id that uniquely represents this transform. 
 -