public abstract class DataSink extends Operator
_configuration, _inputData, _numInstances, _stub| Constructor and Description |
|---|
DataSink(int numInputs,
java.lang.Object stub,
java.lang.String name)
Create a new DataSink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeOutput()
Write the output to the file.
|
_getOutput, execute, getParameters, numInputs, setDegreeOfParallelism, setInput, setInputpublic DataSink(int numInputs, java.lang.Object stub, java.lang.String name)
numInputs - the number of input operatorsstub - the stub for writing the data.name - the name of the operator.public void writeOutput() throws java.lang.Exception
java.lang.Exception