Class AvroIO.Write<T>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<T>,PDone>
org.apache.beam.sdk.extensions.avro.io.AvroIO.Write<T>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
AvroIO

public static class AvroIO.Write<T> extends PTransform<PCollection<T>,PDone>
This class is used as the default return value of AvroIO.write(java.lang.Class<T>)

All methods in this class delegate to the appropriate method of AvroIO.TypedWrite. This class exists for backwards compatibility, and will be removed in Beam 3.0.

See Also: