| Package | Description |
|---|---|
| org.apache.hudi.io | |
| org.apache.hudi.io.hfile | |
| org.apache.hudi.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArraySeekableDataInputStream
Implementation of
SeekableDataInputStream based on byte array |
| Constructor and Description |
|---|
HFileBlockReader(HFileContext context,
SeekableDataInputStream stream,
long startOffset,
long endOffset)
Instantiates the
HFileBlockReader. |
HFileReaderImpl(SeekableDataInputStream stream,
long fileSize) |
| Modifier and Type | Method and Description |
|---|---|
SeekableDataInputStream |
HoodieStorage.openSeekable(StoragePath path,
boolean wrapStream)
Opens an SeekableDataInputStream at the indicated path with seeks supported.
|
abstract SeekableDataInputStream |
HoodieStorage.openSeekable(StoragePath path,
int bufferSize,
boolean wrapStream)
Opens an SeekableDataInputStream at the indicated path with seeks supported.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.