Search in sources :

Example 1 with ContentDump

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();
}
Also used : ContentDump(org.apache.flink.streaming.util.ContentDump) Before(org.junit.Before)

Aggregations

ContentDump (org.apache.flink.streaming.util.ContentDump)1 Before (org.junit.Before)1