Class CoGroupRawDriver.SimpleIterable<IN>

java.lang.Object
org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable<IN>
All Implemented Interfaces:
Iterable<IN>
Enclosing class:
CoGroupRawDriver<IT1,IT2,OT>

public static class CoGroupRawDriver.SimpleIterable<IN> extends Object implements Iterable<IN>
  • Constructor Details

    • SimpleIterable

      public SimpleIterable(IN reuse, org.apache.flink.util.MutableObjectIterator<IN> iterator) throws IOException
      Throws:
      IOException
  • Method Details