Package org.apache.spark.sql.sources
Interface StreamSinkProvider
public interface StreamSinkProvider
::Experimental::
 Implemented by objects that can produce a streaming 
Sink for a specific format or system.
 - Since:
- 2.0.0
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.spark.sql.execution.streaming.SinkcreateSink(SQLContext sqlContext, scala.collection.immutable.Map<String, String> parameters, scala.collection.immutable.Seq<String> partitionColumns, OutputMode outputMode) 
- 
Method Details- 
createSinkorg.apache.spark.sql.execution.streaming.Sink createSink(SQLContext sqlContext, scala.collection.immutable.Map<String, String> parameters, scala.collection.immutable.Seq<String> partitionColumns, OutputMode outputMode) 
 
-