Class SpannerChangestreamsReadSchemaTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<SpannerChangestreamsReadSchemaTransformProvider.SpannerChangestreamsReadConfiguration>
org.apache.beam.sdk.io.gcp.spanner.changestreams.SpannerChangestreamsReadSchemaTransformProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class SpannerChangestreamsReadSchemaTransformProvider
extends TypedSchemaTransformProvider<SpannerChangestreamsReadSchemaTransformProvider.SpannerChangestreamsReadConfiguration>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class
<SpannerChangestreamsReadSchemaTransformProvider.SpannerChangestreamsReadConfiguration> from
(SpannerChangestreamsReadSchemaTransformProvider.SpannerChangestreamsReadConfiguration configuration) Produce a SchemaTransform from ConfigT.Returns an id that uniquely represents this transform.Returns the input collection names of this transform.Returns the output collection names of this transform.Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
configurationSchema, dependencies, from
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider
description
-
Field Details
-
OUTPUT_TAG
-
ERROR_TAG
-
ERROR_SCHEMA
-
-
Constructor Details
-
SpannerChangestreamsReadSchemaTransformProvider
public SpannerChangestreamsReadSchemaTransformProvider()
-
-
Method Details
-
configurationClass
protected Class<SpannerChangestreamsReadSchemaTransformProvider.SpannerChangestreamsReadConfiguration> configurationClass() -
from
public SchemaTransform from(SpannerChangestreamsReadSchemaTransformProvider.SpannerChangestreamsReadConfiguration configuration) Description copied from class:TypedSchemaTransformProvider
Produce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationException
or aInvalidSchemaException
. -
identifier
Description copied from interface:SchemaTransformProvider
Returns an id that uniquely represents this transform. -
inputCollectionNames
Description copied from interface:SchemaTransformProvider
Returns the input collection names of this transform. -
outputCollectionNames
Description copied from interface:SchemaTransformProvider
Returns the output collection names of this transform.
-