|
Rename Method public apply(key KEY, window W, input IN, out Collector<OUT>) : void renamed to public process(key KEY, window W, context InternalWindowContext, input IN, out Collector<OUT>) : void in class org.apache.flink.streaming.runtime.operators.windowing.functions.InternalSingleValueWindowFunction |
From |
To |
|
Rename Method public apply(key KEY, window W, input Iterable<IN>, out Collector<OUT>) : void renamed to public process(key KEY, window W, context InternalWindowContext, input Iterable<IN>, out Collector<OUT>) : void in class org.apache.flink.streaming.runtime.operators.windowing.functions.InternalIterableWindowFunction |
From |
To |
|
Rename Method public apply(key KEY, window W, input IN, out Collector<OUT>) : void renamed to public process(key KEY, window W, context InternalWindowContext, input IN, out Collector<OUT>) : void in class org.apache.flink.streaming.runtime.operators.windowing.functions.InternalWindowFunction |
From |
To |
|
Rename Method public apply(key Byte, window W, input Iterable<IN>, out Collector<OUT>) : void renamed to public process(key Byte, window W, context InternalWindowContext, input Iterable<IN>, out Collector<OUT>) : void in class org.apache.flink.streaming.runtime.operators.windowing.functions.InternalIterableAllWindowFunction |
From |
To |
|
Rename Method public apply(key Byte, window W, input Iterable<T>, out Collector<R>) : void renamed to public process(key Byte, window W, context InternalWindowContext, input Iterable<T>, out Collector<R>) : void in class org.apache.flink.streaming.runtime.operators.windowing.functions.InternalAggregateProcessAllWindowFunction |
From |
To |
|
Rename Method public apply(key K, window W, input Iterable<T>, out Collector<R>) : void renamed to public process(key K, window W, context InternalWindowContext, input Iterable<T>, out Collector<R>) : void in class org.apache.flink.streaming.runtime.operators.windowing.functions.InternalAggregateProcessWindowFunction |
From |
To |
|
Rename Method public apply(key Byte, window W, input IN, out Collector<OUT>) : void renamed to public process(key Byte, window W, context InternalWindowContext, input IN, out Collector<OUT>) : void in class org.apache.flink.streaming.runtime.operators.windowing.functions.InternalSingleValueAllWindowFunction |
From |
To |