Class BigtableReadSchemaTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<BigtableReadSchemaTransformProvider.BigtableReadSchemaTransformConfiguration>
org.apache.beam.sdk.io.gcp.bigtable.BigtableReadSchemaTransformProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class BigtableReadSchemaTransformProvider
extends TypedSchemaTransformProvider<BigtableReadSchemaTransformProvider.BigtableReadSchemaTransformConfiguration>
An implementation of
TypedSchemaTransformProvider for Bigtable Read jobs configured via
BigtableReadSchemaTransformProvider.BigtableReadSchemaTransformConfiguration.
Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfiguration for reading from Bigtable. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a description regarding theSchemaTransformrepresented by theSchemaTransformProvider.protected SchemaTransformProduce a SchemaTransform from ConfigT.Returns an id that uniquely represents this transform.Returns the output 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
inputCollectionNames
-
Field Details
-
CELL_SCHEMA
-
ROW_SCHEMA
-
FLATTENED_ROW_SCHEMA
-
-
Constructor Details
-
BigtableReadSchemaTransformProvider
public BigtableReadSchemaTransformProvider()
-
-
Method Details
-
from
protected SchemaTransform from(BigtableReadSchemaTransformProvider.BigtableReadSchemaTransformConfiguration configuration) Description copied from class:TypedSchemaTransformProviderProduce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationExceptionor aInvalidSchemaException. -
identifier
Description copied from interface:SchemaTransformProviderReturns an id that uniquely represents this transform. -
description
Description copied from interface:SchemaTransformProviderReturns a description regarding theSchemaTransformrepresented by theSchemaTransformProvider. Please keep the language generic (i.e. not specific to any programming language). The description may be markdown formatted. -
outputCollectionNames
Description copied from interface:SchemaTransformProviderReturns the output collection names of this transform.
-