|
Change Return Type Future<T> to CompletableFuture<T> in method public triggerCheckpoint(checkpointId long, timestamp long, executor Executor) : CompletableFuture<T> in class org.apache.flink.runtime.checkpoint.hooks.MasterHooks.WrappedMasterHook |
From |
To |
|
Change Return Type Future<String> to CompletableFuture<String> in method public triggerCheckpoint(checkpointId long, timestamp long, executor Executor) : CompletableFuture<String> in class org.apache.flink.streaming.graph.WithMasterCheckpointHookConfigTest.TestHook |
From |
To |
|
Change Return Type Future<T> to CompletableFuture<T> in method public triggerCheckpoint(checkpointId long, timestamp long, executor Executor) : CompletableFuture<T> in class org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook |
From |
To |