BT - public class HashPartitionIterator<BT,PT> extends Object implements org.apache.flink.util.MutableObjectIterator<BT>
Iterator over the build side entries of a HashPartition.| 构造器和说明 |
|---|
HashPartitionIterator(Iterator<HashPartition<BT,PT>> partitions,
org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer) |
public HashPartitionIterator(Iterator<HashPartition<BT,PT>> partitions, org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer)
public BT next(BT reuse) throws IOException
next 在接口中 org.apache.flink.util.MutableObjectIterator<BT>IOExceptionpublic BT next() throws IOException
next 在接口中 org.apache.flink.util.MutableObjectIterator<BT>IOExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.