protected org.apache.flink.streaming.runtime.streamrecord.MultiplexingStreamRecordSerializer<org.apache.flink.api.java.tuple.Tuple2<String,IN>> |
SiddhiStreamOperator.createStreamRecordSerializer(StreamSchema streamSchema,
org.apache.flink.api.common.ExecutionConfig executionConfig) |
protected abstract org.apache.flink.streaming.runtime.streamrecord.MultiplexingStreamRecordSerializer<IN> |
AbstractSiddhiOperator.createStreamRecordSerializer(StreamSchema streamSchema,
org.apache.flink.api.common.ExecutionConfig executionConfig) |
protected abstract void |
AbstractSiddhiOperator.processEvent(String streamId,
StreamSchema<IN> schema,
IN value,
long timestamp) |
protected void |
SiddhiStreamOperator.processEvent(String streamId,
StreamSchema<org.apache.flink.api.java.tuple.Tuple2<String,IN>> schema,
org.apache.flink.api.java.tuple.Tuple2<String,IN> value,
long timestamp) |