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 Object
implements org.apache.spark.sql.connector.write.WriteBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.spark.sql.connector.write.BatchWriteorg.apache.spark.sql.connector.write.streaming.StreamingWriteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.write.WriteBuilder
build
-
Constructor Details
-
GorWriteBuilder
public GorWriteBuilder()
-
-
Method Details
-
buildForBatch
public org.apache.spark.sql.connector.write.BatchWrite buildForBatch()- Specified by:
buildForBatchin interfaceorg.apache.spark.sql.connector.write.WriteBuilder
-
buildForStreaming
public org.apache.spark.sql.connector.write.streaming.StreamingWrite buildForStreaming()- Specified by:
buildForStreamingin interfaceorg.apache.spark.sql.connector.write.WriteBuilder
-