Class SourceTestSuiteBase.CollectIteratorBuilder<T>

  • Enclosing class:
    SourceTestSuiteBase<T>

    protected static class SourceTestSuiteBase.CollectIteratorBuilder<T>
    extends Object
    Builder class for constructing CollectResultIterator of collect sink.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      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)  
    • 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)