@NotThreadSafe public final class LocalFileDataReader extends Object implements DataReader
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalFileDataReader.Factory
Factory class to create
LocalFileDataReaders. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
pos() |
alluxio.network.protocol.databuffer.DataBuffer |
readChunk()
Reads a chunk.
|
public alluxio.network.protocol.databuffer.DataBuffer readChunk()
throws IOException
DataReaderreadChunk in interface DataReaderIOExceptionpublic long pos()
pos in interface DataReaderpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2024. All Rights Reserved.