Class SqsReadSchemaTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<SqsReadConfiguration>
org.apache.beam.sdk.io.aws2.sqs.providers.SqsReadSchemaTransformProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class SqsReadSchemaTransformProvider
extends TypedSchemaTransformProvider<SqsReadConfiguration>
An implementation of
TypedSchemaTransformProvider
for jobs reading data from AWS SQS
queues and configured via SqsReadConfiguration
.
Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a description regarding theSchemaTransform
represented by theSchemaTransformProvider
.protected SchemaTransform
from
(SqsReadConfiguration 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, 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
inputCollectionNames
-
Field Details
-
OUTPUT_TAG
- See Also:
-
OUTPUT_ROW_SCHEMA
-
-
Constructor Details
-
SqsReadSchemaTransformProvider
public SqsReadSchemaTransformProvider()
-
-
Method Details
-
from
Description copied from class:TypedSchemaTransformProvider
Produce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationException
or aInvalidSchemaException
.- Specified by:
from
in classTypedSchemaTransformProvider<SqsReadConfiguration>
-
identifier
Description copied from interface:SchemaTransformProvider
Returns an id that uniquely represents this transform. -
description
Description copied from interface:SchemaTransformProvider
Returns a description regarding theSchemaTransform
represented by theSchemaTransformProvider
. Please keep the language generic (i.e. not specific to any programming language). The description may be markdown formatted. -
outputCollectionNames
Description copied from interface:SchemaTransformProvider
Returns the output collection names of this transform.
-