public static interface RowIndexEntry.IndexSerializer<T>
Modifier and Type | Method and Description |
---|---|
RowIndexEntry<T> |
deserialize(java.io.DataInput in,
Version version) |
void |
serialize(RowIndexEntry<T> rie,
DataOutputPlus out) |
int |
serializedSize(RowIndexEntry<T> rie) |
void serialize(RowIndexEntry<T> rie, DataOutputPlus out) throws java.io.IOException
java.io.IOException
RowIndexEntry<T> deserialize(java.io.DataInput in, Version version) throws java.io.IOException
java.io.IOException
int serializedSize(RowIndexEntry<T> rie)
Copyright © 2018 The Apache Software Foundation