public interface DictionaryWriter<T> extends Serializer
| Modifier and Type | Method and Description |
|---|---|
T |
get(int dictId) |
boolean |
isSorted() |
void |
open() |
void |
write(T objectToWrite) |
getSerializedSize, writeToboolean isSorted()
void open() throws IOException
IOExceptionvoid write(@Nullable T objectToWrite) throws IOException
IOException@Nullable T get(int dictId) throws IOException
IOExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.