Class SpannerTransformRegistrar.ReadBuilder
java.lang.Object
org.apache.beam.sdk.io.gcp.spanner.SpannerTransformRegistrar.ReadBuilder
- All Implemented Interfaces:
ExternalTransformBuilder<SpannerTransformRegistrar.ReadBuilder.Configuration,
PBegin, PCollection<Row>>
- Enclosing class:
SpannerTransformRegistrar
public static class SpannerTransformRegistrar.ReadBuilder
extends Object
implements ExternalTransformBuilder<SpannerTransformRegistrar.ReadBuilder.Configuration,PBegin,PCollection<Row>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildExternal
(SpannerTransformRegistrar.ReadBuilder.Configuration configuration) Builds the transform after it has been configured.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.transforms.ExternalTransformBuilder
getDependencies
-
Constructor Details
-
ReadBuilder
public ReadBuilder()
-
-
Method Details
-
buildExternal
public @NonNull PTransform<PBegin,PCollection<Row>> buildExternal(SpannerTransformRegistrar.ReadBuilder.Configuration configuration) Description copied from interface:ExternalTransformBuilder
Builds the transform after it has been configured.- Specified by:
buildExternal
in interfaceExternalTransformBuilder<SpannerTransformRegistrar.ReadBuilder.Configuration,
PBegin, PCollection<Row>>
-