|
Change Parameter Type i : Iterator to i : Iterator<IN1> in method public streamBufferWithoutGroups(i Iterator<IN1>, c Collector<OUT>) : void in class org.apache.flink.python.api.streaming.data.PythonStreamer |
From |
To |
|
Change Parameter Type c : Collector to c : Collector<OUT> in method public collectBuffer(c Collector<OUT>, bufferSize int) : void in class org.apache.flink.python.api.streaming.data.PythonReceiver |
From |
To |
|
Change Parameter Type i2 : Iterator to i2 : Iterator<IN2> in method public streamBufferWithGroups(i1 Iterator<IN1>, i2 Iterator<IN2>, c Collector<OUT>) : void in class org.apache.flink.python.api.streaming.data.PythonStreamer |
From |
To |
|
Change Parameter Type i : Iterator to i : Iterator<?> in method public sendBuffer(i Iterator<?>, group int) : int in class org.apache.flink.python.api.streaming.data.PythonSender |
From |
To |
|
Change Parameter Type c : Collector to c : Collector<OUT> in method public streamBufferWithoutGroups(i Iterator<IN1>, c Collector<OUT>) : void in class org.apache.flink.python.api.streaming.data.PythonStreamer |
From |
To |
|
Change Parameter Type c : Collector to c : Collector<OUT> in method public streamBufferWithGroups(i1 Iterator<IN1>, i2 Iterator<IN2>, c Collector<OUT>) : void in class org.apache.flink.python.api.streaming.data.PythonStreamer |
From |
To |
|
Change Parameter Type i1 : Iterator to i1 : Iterator<IN1> in method public streamBufferWithGroups(i1 Iterator<IN1>, i2 Iterator<IN2>, c Collector<OUT>) : void in class org.apache.flink.python.api.streaming.data.PythonStreamer |
From |
To |