-
Classes Class Description org.apache.flink.streaming.util.FiniteTestSource This class is based on theSourceFunctionAPI, which is due to be removed. Use the newSourceAPI instead.
-
Methods Method Description org.apache.flink.test.util.TestUtils.getMostRecentCompletedCheckpoint(File) please useCommonTestUtils.getLatestCompletedCheckpointPath(JobID, MiniCluster)which is less prone toNoSuchFileExceptionand IO-intensive.org.apache.flink.test.util.TestUtils.getMostRecentCompletedCheckpointMaybe(File) please useCommonTestUtils.getLatestCompletedCheckpointPath(JobID, MiniCluster)which is less prone toNoSuchFileExceptionand IO-intensive.org.apache.flink.test.util.TestUtils.waitUntilExternalizedCheckpointCreated(File) please useorg.apache.flink.runtime.testutils.CommonTestUtils#waitForCheckpoint(JobID, MiniCluster, Deadline)which is less prone toNoSuchFileExceptionand IO-intensive.