public class RSBlobDataSink extends Object implements org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSink
This DataSink stores DataElements to a result set with blob elements.
| Constructor and Description |
|---|
RSBlobDataSink(String output,
org.gcube.datatransformation.datatransformationlibrary.model.Parameter[] outputParameters)
This constructor is used when DTS is instantiating a new RSBlobDataSink.
|
public RSBlobDataSink(String output, org.gcube.datatransformation.datatransformationlibrary.model.Parameter[] outputParameters)
output - The output value of the DataSink.outputParameters - The output parameters of the DataSink.public String getOutput()
getOutput in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSinkDataSink.getOutput()public void append(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement element)
append in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSinkelement - DataElement to be appended to this DataSinkDataSink.append(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement)public void close()
close in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataHandlerDataHandler.close()public boolean isClosed()
isClosed in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataHandlerDataHandler.isClosed()Copyright © 2014. All Rights Reserved.