public static class ExternalRead.ReadBuilder extends java.lang.Object implements ExternalTransformBuilder<ExternalRead.Configuration,PBegin,PCollection<byte[]>>
Constructor and Description |
---|
ReadBuilder() |
Modifier and Type | Method and Description |
---|---|
PTransform<PBegin,PCollection<byte[]>> |
buildExternal(ExternalRead.Configuration config)
Builds the transform after it has been configured.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDependencies
public PTransform<PBegin,PCollection<byte[]>> buildExternal(ExternalRead.Configuration config)
ExternalTransformBuilder
buildExternal
in interface ExternalTransformBuilder<ExternalRead.Configuration,PBegin,PCollection<byte[]>>