Class CollectionSplittableIterator<T>
java.lang.Object
org.apache.flink.util.SplittableIterator<T>
org.apache.wayang.flink.operators.CollectionSplittableIterator<T>
- All Implemented Interfaces:
Serializable
,Iterator<T>
public class CollectionSplittableIterator<T>
extends org.apache.flink.util.SplittableIterator<T>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.util.SplittableIterator
getSplit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
CollectionSplittableIterator
-
-
Method Details