@AutoService(value=SchemaTransformProvider.class) public class SingleStoreSchemaTransformReadProvider extends TypedSchemaTransformProvider<SingleStoreSchemaTransformReadConfiguration>
TypedSchemaTransformProvider
for SingleStoreDB read jobs configured
using SingleStoreSchemaTransformReadConfiguration
.Constructor and Description |
---|
SingleStoreSchemaTransformReadProvider() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<SingleStoreSchemaTransformReadConfiguration> |
configurationClass()
Returns the expected class of the configuration.
|
protected SchemaTransform |
from(SingleStoreSchemaTransformReadConfiguration configuration)
Returns the expected
SchemaTransform of the configuration. |
java.lang.String |
identifier()
Implementation of the
TypedSchemaTransformProvider identifier method. |
java.util.List<java.lang.String> |
inputCollectionNames()
Implementation of the
TypedSchemaTransformProvider inputCollectionNames method. |
java.util.List<java.lang.String> |
outputCollectionNames()
Implementation of the
TypedSchemaTransformProvider outputCollectionNames method. |
configurationSchema, dependencies, from
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
description
public SingleStoreSchemaTransformReadProvider()
protected java.lang.Class<SingleStoreSchemaTransformReadConfiguration> configurationClass()
configurationClass
in class TypedSchemaTransformProvider<SingleStoreSchemaTransformReadConfiguration>
protected SchemaTransform from(SingleStoreSchemaTransformReadConfiguration configuration)
SchemaTransform
of the configuration.from
in class TypedSchemaTransformProvider<SingleStoreSchemaTransformReadConfiguration>
public java.lang.String identifier()
TypedSchemaTransformProvider
identifier method.public java.util.List<java.lang.String> inputCollectionNames()
TypedSchemaTransformProvider
inputCollectionNames method. Since
no input is expected, this returns an empty list.public java.util.List<java.lang.String> outputCollectionNames()
TypedSchemaTransformProvider
outputCollectionNames method. Since
a single output is expected, this returns a list with a single name.