Class CoGroupRawDriver.SimpleIterable<IN>
- java.lang.Object
-
- org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable<IN>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
CoGroupRawDriver.SimpleIterable.SimpleIterator<IN>
-
Constructor Summary
Constructors Constructor Description SimpleIterable(IN reuse, MutableObjectIterator<IN> iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<IN>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
SimpleIterable
public SimpleIterable(IN reuse, MutableObjectIterator<IN> iterator) throws IOException
- Throws:
IOException
-
-