public class SpillReader extends Object
| Constructor and Description |
|---|
SpillReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
getSpillFile() |
org.apache.flink.runtime.io.network.buffer.Buffer |
readNextBuffer(int bufferSize)
Reads the next buffer from the spilled file.
|
void |
setSpillFile(File nextSpillFile) |
public org.apache.flink.runtime.io.network.buffer.Buffer readNextBuffer(int bufferSize)
throws IOException
IOExceptionpublic void setSpillFile(File nextSpillFile) throws IOException
IOExceptionpublic File getSpillFile()
public void close()
throws IOException
IOExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.