Interface SupportsSaveToHTTP
- All Superinterfaces:
AutoCloseable
,Closeable
,Operator
,OperatorPipelineV3
,Serializable
,org.apache.spark.sql.api.java.UDF2<org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>,
,Boolean, Void> Writer
The mix-in interface for
Writer
. Dataset writers can implement this interface to
support putting the content of the DataFrame to a remote HTTP/HTTPS repository.-
Method Summary
Modifier and TypeMethodDescriptionsave
(String url, Properties connectionProperties) Sets the target HTTP connection with which the DataFrame will be saved.Methods inherited from interface com.atgenomix.seqslab.piper.plugin.api.Operator
getName, getOperatorContext
Methods inherited from interface org.apache.spark.sql.api.java.UDF2
call
Methods inherited from interface com.atgenomix.seqslab.piper.plugin.api.writer.Writer
getDataSource, init
-
Method Details
-
save
Sets the target HTTP connection with which the DataFrame will be saved.- Parameters:
url
- HTTP/HTTPS urlconnectionProperties
- Connection arguments and headers, a list of arbitrary string key/value- Returns:
- The writer object itself
-