public final class ProbeIterator extends Object
| Constructor and Description |
|---|
ProbeIterator(BinaryRow instance) |
| Modifier and Type | Method and Description |
|---|---|
BaseRow |
current() |
boolean |
hasSource() |
BinaryRow |
next() |
void |
set(org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator<BinaryRow> source) |
void |
setInstance(BaseRow instance) |
void |
setReuse(BinaryRow reuse) |
public ProbeIterator(BinaryRow instance)
public void set(org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator<BinaryRow> source)
public void setReuse(BinaryRow reuse)
public BinaryRow next() throws IOException
IOExceptionpublic BaseRow current()
public void setInstance(BaseRow instance)
public boolean hasSource()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.