Package gorsat.spark

Class GorWriteBuilder

java.lang.Object
gorsat.spark.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

    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
  • Constructor Details

  • Method Details

    • 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