_configuration, _inputData, _numInstances, _stub
Constructor and Description |
---|
TokenSink(java.lang.String sinkActorFullName,
java.lang.String name)
Create a new TokenSink.
|
Modifier and Type | Method and Description |
---|---|
org.apache.spark.api.java.JavaPairRDD<java.lang.Object,?> |
execute()
Execute the operator.
|
writeOutput
_getOutput, getParameters, numInputs, setDegreeOfParallelism, setInput, setInput
public TokenSink(java.lang.String sinkActorFullName, java.lang.String name)
sinkActorFullName
- the full name of the sink actorname
- the name of the operatorpublic org.apache.spark.api.java.JavaPairRDD<java.lang.Object,?> execute() throws IllegalActionException
execute
in class Operator
IllegalActionException