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 aHashPartition
.
-
-
Constructor Summary
Constructors Constructor Description HashPartitionIterator(Iterator<HashPartition<BT,PT>> partitions, org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer)
-
-
-
Constructor Detail
-
HashPartitionIterator
public HashPartitionIterator(Iterator<HashPartition<BT,PT>> partitions, org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer)
-
-
Method Detail
-
next
public BT next(BT reuse) throws IOException
- Specified by:
next
in interfaceorg.apache.flink.util.MutableObjectIterator<BT>
- Throws:
IOException
-
next
public BT next() throws IOException
- Specified by:
next
in interfaceorg.apache.flink.util.MutableObjectIterator<BT>
- Throws:
IOException
-
-