Class SingleStoreSchemaTransformWriteProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<SingleStoreSchemaTransformWriteConfiguration>
org.apache.beam.sdk.io.singlestore.schematransform.SingleStoreSchemaTransformWriteProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class SingleStoreSchemaTransformWriteProvider
extends TypedSchemaTransformProvider<SingleStoreSchemaTransformWriteConfiguration>
An implementation of
TypedSchemaTransformProvider for SingleStoreDB write jobs configured
using SingleStoreSchemaTransformWriteConfiguration.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the expected class of the configuration.protected SchemaTransformfrom(SingleStoreSchemaTransformWriteConfiguration configuration) Returns the expectedSchemaTransformof the configuration.Implementation of theTypedSchemaTransformProvideridentifier method.Implementation of theTypedSchemaTransformProviderinputCollectionNames method.Implementation of theTypedSchemaTransformProvideroutputCollectionNames method.Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
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
-
Field Details
-
INPUT_TAG
- See Also:
-
-
Constructor Details
-
SingleStoreSchemaTransformWriteProvider
public SingleStoreSchemaTransformWriteProvider()
-
-
Method Details
-
configurationClass
Returns the expected class of the configuration.- Overrides:
configurationClassin classTypedSchemaTransformProvider<SingleStoreSchemaTransformWriteConfiguration>
-
from
Returns the expectedSchemaTransformof the configuration.- Specified by:
fromin classTypedSchemaTransformProvider<SingleStoreSchemaTransformWriteConfiguration>
-
identifier
Implementation of theTypedSchemaTransformProvideridentifier method. -
inputCollectionNames
Implementation of theTypedSchemaTransformProviderinputCollectionNames method. Since no input is expected, this returns an empty list. -
outputCollectionNames
Implementation of theTypedSchemaTransformProvideroutputCollectionNames method. Since a single output is expected, this returns a list with a single name.
-