Package gorsat.spark

Class GorWriteBuilder

  • All Implemented Interfaces:
    org.apache.spark.sql.connector.write.WriteBuilder

    public abstract class GorWriteBuilder
    extends java.lang.Object
    implements org.apache.spark.sql.connector.write.WriteBuilder
    • Constructor Summary

      Constructors 
      Constructor Description
      GorWriteBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.spark.sql.connector.write.BatchWrite buildForBatch()  
      org.apache.spark.sql.connector.write.streaming.StreamingWrite buildForStreaming()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.spark.sql.connector.write.WriteBuilder

        build
    • Constructor Detail

      • GorWriteBuilder

        public GorWriteBuilder()
    • Method Detail

      • buildForBatch

        public org.apache.spark.sql.connector.write.BatchWrite buildForBatch()
        Specified by:
        buildForBatch in interface org.apache.spark.sql.connector.write.WriteBuilder
      • buildForStreaming

        public org.apache.spark.sql.connector.write.streaming.StreamingWrite buildForStreaming()
        Specified by:
        buildForStreaming in interface org.apache.spark.sql.connector.write.WriteBuilder