public interface HFileWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
append(String key,
byte[] value)
Append a key-value pair into a data block.
|
void |
appendFileInfo(String name,
byte[] value)
Append a piece of file info.
|
void |
appendMetaInfo(String name,
byte[] value)
Append a piece of meta info.
|
void append(String key, byte[] value) throws IOException
IOExceptionvoid appendFileInfo(String name, byte[] value)
void appendMetaInfo(String name, byte[] value)
Copyright © 2025 The Apache Software Foundation. All rights reserved.