[3/3] flink git commit: [FLINK-4361] Introduce Flink's own future abstraction

2016-09-27 Thread trohrmann
[FLINK-4361] Introduce Flink's own future abstraction Flink's future abstraction whose API is similar to Java 8's CompletableFuture. That's in order to ease a future transition to this class once we ditch Java 7. The current set of operations comprises: - isDone to check the completion of the fut

[49/50] [abbrv] flink git commit: [FLINK-4361] Introduce Flink's own future abstraction

2016-09-21 Thread trohrmann
[FLINK-4361] Introduce Flink's own future abstraction Flink's future abstraction whose API is similar to Java 8's CompletableFuture. That's in order to ease a future transition to this class once we ditch Java 7. The current set of operations comprises: - isDone to check the completion of the fut

flink git commit: [FLINK-4361] Introduce Flink's own future abstraction

2016-09-21 Thread trohrmann
Repository: flink Updated Branches: refs/heads/flip-6 d159de62f -> 11cc6b95b [FLINK-4361] Introduce Flink's own future abstraction Flink's future abstraction whose API is similar to Java 8's CompletableFuture. That's in order to ease a future transition to this class once we ditch Java 7. The