| Package | Description |
|---|---|
| org.apache.flink.connector.testframe.external.sink | |
| org.apache.flink.connector.testframe.testsuites |
| Modifier and Type | Method and Description |
|---|---|
ExternalSystemDataReader<T> |
DataStreamSinkExternalContext.createSinkDataReader(TestingSinkSettings sinkSettings)
Create a reader for consuming data written to the external system by sink.
|
ExternalSystemDataReader<org.apache.flink.table.data.RowData> |
TableSinkExternalContext.createSinkRowDataReader(TestingSinkSettings sinkOptions,
org.apache.flink.table.types.DataType dataType)
Create a new split in the external system and return a data writer corresponding to the new
split.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SinkTestSuiteBase.checkResultWithSemantic(ExternalSystemDataReader<T> reader,
List<T> testData,
org.apache.flink.streaming.api.CheckpointingMode semantic)
Compare the test data with actual data in given semantic.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.