| Package | Description |
|---|---|
| org.apache.hudi.io.hfile |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
HFileDataBlock.readKeyValue(int offset)
Reads the key value at the offset.
|
| Modifier and Type | Method and Description |
|---|---|
Option<KeyValue> |
HFileCursor.getKeyValue() |
Option<KeyValue> |
HFileReaderImpl.getKeyValue() |
Option<KeyValue> |
HFileReader.getKeyValue() |
| Modifier and Type | Method and Description |
|---|---|
static String |
HFileUtils.getValue(KeyValue kv)
Gets the value in String.
|
void |
HFileCursor.set(int offset,
KeyValue keyValue) |
void |
HFileCursor.setKeyValue(KeyValue keyValue) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.