| Class and Description |
|---|
| org.apache.flink.streaming.util.FiniteTestSource
This class is based on the
SourceFunction API, which is due to be
removed. Use the new Source API instead. |
| Method and Description |
|---|
| org.apache.flink.test.util.TestUtils.getMostRecentCompletedCheckpoint(File)
please use
CommonTestUtils.getLatestCompletedCheckpointPath(JobID,
MiniCluster) which is less prone to NoSuchFileException and IO-intensive. |
| org.apache.flink.test.util.TestUtils.getMostRecentCompletedCheckpointMaybe(File)
please use
CommonTestUtils.getLatestCompletedCheckpointPath(JobID,
MiniCluster) which is less prone to NoSuchFileException and IO-intensive. |
| org.apache.flink.test.util.TestUtils.waitUntilExternalizedCheckpointCreated(File)
please use
org.apache.flink.runtime.testutils.CommonTestUtils#waitForCheckpoint(JobID, MiniCluster,
Deadline) which is less prone to NoSuchFileException and IO-intensive. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.