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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class -
Constructor Summary
ConstructorsConstructorDescriptionSimpleIterable(IN reuse, org.apache.flink.util.MutableObjectIterator<IN> iterator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SimpleIterable
public SimpleIterable(IN reuse, org.apache.flink.util.MutableObjectIterator<IN> iterator) throws IOException - Throws:
IOException
-
-
Method Details