| Package | Description |
|---|---|
| org.apache.hudi.io.hfile |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HFileDataBlock.next(HFileCursor cursor,
int blockStartOffsetInFile)
Moves the cursor to next
KeyValue. |
int |
HFileDataBlock.seekTo(HFileCursor cursor,
Key key,
int blockStartOffsetInFile)
Seeks to the key to look up.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.