Class HashPartitionIterator<BT,PT>
java.lang.Object
org.apache.flink.runtime.iterative.io.HashPartitionIterator<BT,PT>
- Type Parameters:
BT-
- All Implemented Interfaces:
org.apache.flink.util.MutableObjectIterator<BT>
public class HashPartitionIterator<BT,PT>
extends Object
implements org.apache.flink.util.MutableObjectIterator<BT>
Iterator over the build side entries of a HashPartition.-
Constructor Summary
ConstructorsConstructorDescriptionHashPartitionIterator(Iterator<HashPartition<BT, PT>> partitions, org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer) -
Method Summary
-
Constructor Details
-
HashPartitionIterator
public HashPartitionIterator(Iterator<HashPartition<BT, PT>> partitions, org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer)
-
-
Method Details
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<BT>- Throws:
IOException
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<BT>- Throws:
IOException
-