@Deprecated public static class BufferSpiller.SpilledBufferOrEventSequence extends Object implements BufferOrEventSequence
BufferSpiller
.限定符和类型 | 方法和说明 |
---|---|
void |
cleanup()
已过时。
Cleans up all the resources held by the sequence.
|
org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent |
getNext()
已过时。
Gets the next BufferOrEvent from the sequence, or
null , if the
sequence is exhausted. |
void |
open()
已过时。
This method needs to be called before the first call to
getNext() . |
long |
size()
已过时。
Gets the size of the sequence.
|
public void open()
getNext()
.
Otherwise the results of getNext()
are not predictable.open
在接口中 BufferOrEventSequence
public org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent getNext() throws IOException
BufferOrEventSequence
null
, if the
sequence is exhausted.getNext
在接口中 BufferOrEventSequence
null
(end of sequence).IOException
public void cleanup() throws IOException
BufferOrEventSequence
cleanup
在接口中 BufferOrEventSequence
IOException
public long size()
BufferOrEventSequence
size
在接口中 BufferOrEventSequence
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.