Class SingleStoreSchemaTransformReadConfiguration
java.lang.Object
org.apache.beam.sdk.io.singlestore.schematransform.SingleStoreSchemaTransformReadConfiguration
@DefaultSchema(AutoValueSchema.class)
public abstract class SingleStoreSchemaTransformReadConfiguration
extends Object
Configuration for reading from SingleStoreDB.
This class is meant to be used with SingleStoreSchemaTransformReadProvider.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingleStoreSchemaTransformReadConfiguration
public SingleStoreSchemaTransformReadConfiguration()
-
-
Method Details
-
builder
Instantiates aSingleStoreSchemaTransformReadConfiguration.Builder. -
toBeamRow
Serializes configuration to aRow. -
getDataSourceConfiguration
-
getQuery
-
getTable
-
getOutputParallelization
-
getWithPartitions
-