| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected SeekableDataInputStream |
HFileReaderImpl.stream |
| Constructor and Description |
|---|
CachingHFileReaderImpl(SeekableDataInputStream stream,
long fileSize,
String filePath,
int cacheSize,
int cacheTtlMinutes) |
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 © 2025 The Apache Software Foundation. All rights reserved.