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 constructingCollectResultIteratorof collect sink.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCollectIteratorBuilder(org.apache.flink.streaming.api.operators.collect.CollectSinkOperator<T> operator, org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer, String accumulatorName, org.apache.flink.streaming.api.environment.CheckpointConfig checkpointConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.flink.streaming.api.operators.collect.CollectResultIterator<T>build(org.apache.flink.core.execution.JobClient jobClient)
-
-
-
Constructor Detail
-
CollectIteratorBuilder
protected CollectIteratorBuilder(org.apache.flink.streaming.api.operators.collect.CollectSinkOperator<T> operator, org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer, String accumulatorName, org.apache.flink.streaming.api.environment.CheckpointConfig checkpointConfig)
-
-
Method Detail
-
build
protected org.apache.flink.streaming.api.operators.collect.CollectResultIterator<T> build(org.apache.flink.core.execution.JobClient jobClient)
-
-