Class BigtableWriteSchemaTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<BigtableWriteSchemaTransformProvider.BigtableWriteSchemaTransformConfiguration>
org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteSchemaTransformProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class BigtableWriteSchemaTransformProvider
extends TypedSchemaTransformProvider<BigtableWriteSchemaTransformProvider.BigtableWriteSchemaTransformConfiguration>
An implementation of
TypedSchemaTransformProvider
for Bigtable Write jobs configured via
BigtableWriteSchemaTransformProvider.BigtableWriteSchemaTransformConfiguration
.
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 class
Configuration for writing to Bigtable.static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SchemaTransform
Produce a SchemaTransform from ConfigT.Returns an id that uniquely represents this transform.Returns the input collection names of this transform.Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
configurationClass, configurationSchema, dependencies, from
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider
description, outputCollectionNames
-
Constructor Details
-
BigtableWriteSchemaTransformProvider
public BigtableWriteSchemaTransformProvider()
-
-
Method Details
-
from
protected SchemaTransform from(BigtableWriteSchemaTransformProvider.BigtableWriteSchemaTransformConfiguration configuration) Description copied from class:TypedSchemaTransformProvider
Produce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationException
or aInvalidSchemaException
. -
identifier
Description copied from interface:SchemaTransformProvider
Returns an id that uniquely represents this transform. -
inputCollectionNames
Description copied from interface:SchemaTransformProvider
Returns the input collection names of this transform.
-