use of org.apache.flink.streaming.util.ContentDump in project flink by apache.
the class TwoPhaseCommitSinkFunctionTest method setUp.
@Before
public void setUp() throws Exception {
targetDirectory = new ContentDump();
tmpDirectory = new ContentDump();
clock = new SettableClock();
setUpTestHarness();
}
Aggregations