Class TokenizationFileSystemIO


  • public class TokenizationFileSystemIO
    extends java.lang.Object
    The TokenizationFileSystemIO class to read/write data from/into File Systems.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> read​(org.apache.beam.sdk.Pipeline pipeline, SchemasUtils schema)  
      org.apache.beam.sdk.values.PDone write​(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> input, org.apache.beam.sdk.schemas.Schema schema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • read

        public org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> read​(org.apache.beam.sdk.Pipeline pipeline,
                                                                                           SchemasUtils schema)
      • write

        public org.apache.beam.sdk.values.PDone write​(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> input,
                                                      org.apache.beam.sdk.schemas.Schema schema)