|
Change Variable Type futures : ArrayList<Future<?>> to futures : ArrayList<Future<ExecutionState>> in method public cancelWithFuture() : Future<Void> in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex |
From |
To |
|
Change Variable Type allAllocationsComplete : ConjunctFuture to allAllocationsComplete : ConjunctFuture<Void> in method private scheduleEager(slotProvider SlotProvider, timeout Time) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph |
From |
To |
|
Change Variable Type allTerminal : ConjunctFuture to allTerminal : ConjunctFuture<Void> in method public failGlobal(t Throwable) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph |
From |
To |
|
Change Variable Type allTerminal : FutureUtils.ConjunctFuture to allTerminal : FutureUtils.ConjunctFuture<Void> in method private cancel(globalModVersionOfFailover long) : void in class org.apache.flink.runtime.executiongraph.failover.FailoverRegion |
From |
To |
|
Change Variable Type allTerminal : ConjunctFuture to allTerminal : ConjunctFuture<Void> in method public cancel() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph |
From |
To |