public abstract class FileIndexWriter extends Object
| Constructor and Description |
|---|
FileIndexWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty() |
abstract byte[] |
serializedBytes() |
abstract void |
write(Object key)
The key object may be reused, if saved in memory, please be sure to manually copy it.
|
void |
writeRecord(Object key) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.