Class TokenizationBigTableIO


  • public class TokenizationBigTableIO
    extends java.lang.Object
    The TokenizationBigTableIO class for writing data from template to BigTable.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  TokenizationBigTableIO.BigTableOptions
      Necessary PipelineOptions options for Pipelines that perform write operations to BigTable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • 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)