Class SourceTestSuiteBase.CollectIteratorBuilder<T>
- java.lang.Object
-
- org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.CollectIteratorBuilder<T>
-
- Enclosing class:
- SourceTestSuiteBase<T>
protected static class SourceTestSuiteBase.CollectIteratorBuilder<T> extends Object
Builder class for constructingCollectResultIterator
of collect sink.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CollectIteratorBuilder(String operatorUid, TypeSerializer<T> serializer, String accumulatorName, CheckpointConfig checkpointConfig)
-
-
-
Constructor Detail
-
CollectIteratorBuilder
protected CollectIteratorBuilder(String operatorUid, TypeSerializer<T> serializer, String accumulatorName, CheckpointConfig checkpointConfig)
-
-
Method Detail
-
build
protected CollectResultIterator<T> build(JobClient jobClient)
-
-