Class SingleStoreSchemaTransformReadProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<SingleStoreSchemaTransformReadConfiguration>
org.apache.beam.sdk.io.singlestore.schematransform.SingleStoreSchemaTransformReadProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class SingleStoreSchemaTransformReadProvider
extends TypedSchemaTransformProvider<SingleStoreSchemaTransformReadConfiguration>
An implementation of
TypedSchemaTransformProvider for SingleStoreDB read jobs configured
using SingleStoreSchemaTransformReadConfiguration.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<SingleStoreSchemaTransformReadConfiguration> Returns the expected class of the configuration.protected SchemaTransformfrom(SingleStoreSchemaTransformReadConfiguration 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
-
Constructor Details
-
SingleStoreSchemaTransformReadProvider
public SingleStoreSchemaTransformReadProvider()
-
-
Method Details
-
configurationClass
Returns the expected class of the configuration.- Overrides:
configurationClassin classTypedSchemaTransformProvider<SingleStoreSchemaTransformReadConfiguration>
-
from
Returns the expectedSchemaTransformof the configuration.- Specified by:
fromin classTypedSchemaTransformProvider<SingleStoreSchemaTransformReadConfiguration>
-
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.
-