@AutoService(value=FileWriteSchemaTransformFormatProvider.class) public class XmlWriteSchemaTransformFormatProvider extends java.lang.Object implements FileWriteSchemaTransformFormatProvider
FileWriteSchemaTransformFormatProvider for XML format.| Constructor and Description | 
|---|
| XmlWriteSchemaTransformFormatProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| PTransform<PCollection<Row>,PCollectionTuple> | buildTransform(FileWriteSchemaTransformConfiguration configuration,
              Schema schema)Builds a  PTransformthat transforms aRowPCollectioninto resultPCollectionTuplewith two tags, one for file names written usingXmlIO.SinkandFileIO.Write, another for errored-out rows. | 
| java.lang.String | identifier()Returns an id that uniquely represents this among others implementing its derived interface. | 
public XmlWriteSchemaTransformFormatProvider()
public java.lang.String identifier()
Providers.Identifyableidentifier in interface Providers.Identifyablepublic PTransform<PCollection<Row>,PCollectionTuple> buildTransform(FileWriteSchemaTransformConfiguration configuration, Schema schema)
PTransform that transforms a Row PCollection into result
 PCollectionTuple with two tags, one for file names written using XmlIO.Sink and
 FileIO.Write, another for errored-out rows.buildTransform in interface FileWriteSchemaTransformFormatProvider