Package org.apache.beam.sdk.io.mongodb
Class MongoDbWriteSchemaTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<MongoDbWriteSchemaTransformConfiguration>
org.apache.beam.sdk.io.mongodb.MongoDbWriteSchemaTransformProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class MongoDbWriteSchemaTransformProvider
extends TypedSchemaTransformProvider<MongoDbWriteSchemaTransformConfiguration>
An implementation of
TypedSchemaTransformProvider for writing to MongoDB.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SchemaTransformfrom(MongoDbWriteSchemaTransformConfiguration configuration) Produce a SchemaTransform from ConfigT.Returns an id that uniquely represents this transform.Returns the input 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, outputCollectionNames
-
Field Details
-
OUTPUT_TAG
-
ERROR_TAG
-
-
Constructor Details
-
MongoDbWriteSchemaTransformProvider
public MongoDbWriteSchemaTransformProvider()
-
-
Method Details
-
from
Description copied from class:TypedSchemaTransformProviderProduce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationExceptionor aInvalidSchemaException.- Specified by:
fromin classTypedSchemaTransformProvider<MongoDbWriteSchemaTransformConfiguration>
-
identifier
Description copied from interface:SchemaTransformProviderReturns an id that uniquely represents this transform. -
inputCollectionNames
Description copied from interface:SchemaTransformProviderReturns the input collection names of this transform.
-