Search in sources :

Example 1 with OperatorStateCheckpointOutputStream

use of org.apache.flink.runtime.state.OperatorStateCheckpointOutputStream in project flink by apache.

the class StateSnapshotContextSynchronousImplTest method testCreateRawOperatorStateOutput.

@Test
public void testCreateRawOperatorStateOutput() throws Exception {
    OperatorStateCheckpointOutputStream stream = snapshotContext.getRawOperatorStateOutput();
    Assert.assertNotNull(stream);
}
Also used : OperatorStateCheckpointOutputStream(org.apache.flink.runtime.state.OperatorStateCheckpointOutputStream) Test(org.junit.Test)

Aggregations

OperatorStateCheckpointOutputStream (org.apache.flink.runtime.state.OperatorStateCheckpointOutputStream)1 Test (org.junit.Test)1