|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSink
The DataSink interface is implemented by all classes capable for storing DataElements to the respective sink.
Caution: Sinks must also define a constructor (String output, Parameter[] outputParameters). This constructor is used by the service to instantiate the DataSink.
| Method Summary | |
|---|---|
void |
append(DataElement element)
Appends the specified DataElement to this DataSink |
String |
getOutput()
Returns the output of the transformation. |
| Methods inherited from interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataHandler |
|---|
close, isClosed |
| Method Detail |
|---|
void append(DataElement element)
DataElement to this DataSink
element - DataElement to be appended to this DataSinkString getOutput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||