f41eb4b1ea0112cce4b4edb4a25037fafa2aac23
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type completeFunction : AcceptFunction<StreamElementQueueEntry<T>> to completeFunction : Consumer<StreamElementQueueEntry<T>> in method public onComplete(completeFunction Consumer<StreamElementQueueEntry<T>>, executor Executor) : void in class org.apache.flink.streaming.api.operators.async.queue.StreamElementQueueEntry | From | To | |
Change Return Type | 3 | ||
Change Return Type Future<T> to CompletableFuture<T> in method protected abstract getFuture() : CompletableFuture<T> in class org.apache.flink.streaming.api.operators.async.queue.StreamElementQueueEntry | From | To | |
Change Return Type Future<Watermark> to CompletableFuture<Watermark> in method protected getFuture() : CompletableFuture<Watermark> in class org.apache.flink.streaming.api.operators.async.queue.WatermarkQueueEntry | From | To | |
Change Return Type Future<Collection<OUT>> to CompletableFuture<Collection<OUT>> in method protected getFuture() : CompletableFuture<Collection<OUT>> in class org.apache.flink.streaming.api.operators.async.queue.StreamRecordQueueEntry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type future : Future<Watermark> to future : CompletableFuture<Watermark> in class org.apache.flink.streaming.api.operators.async.queue.WatermarkQueueEntry | From | To |