public static class RowIndexEntry.Serializer extends java.lang.Object implements RowIndexEntry.IndexSerializer<IndexHelper.IndexInfo>
| Constructor and Description |
|---|
Serializer(ISerializer<IndexHelper.IndexInfo> idxSerializer) |
| Modifier and Type | Method and Description |
|---|---|
RowIndexEntry<IndexHelper.IndexInfo> |
deserialize(java.io.DataInput in,
Version version) |
void |
serialize(RowIndexEntry<IndexHelper.IndexInfo> rie,
DataOutputPlus out) |
int |
serializedSize(RowIndexEntry<IndexHelper.IndexInfo> rie) |
static void |
skip(java.io.DataInput in) |
public Serializer(ISerializer<IndexHelper.IndexInfo> idxSerializer)
public void serialize(RowIndexEntry<IndexHelper.IndexInfo> rie, DataOutputPlus out) throws java.io.IOException
serialize in interface RowIndexEntry.IndexSerializer<IndexHelper.IndexInfo>java.io.IOExceptionpublic RowIndexEntry<IndexHelper.IndexInfo> deserialize(java.io.DataInput in, Version version) throws java.io.IOException
deserialize in interface RowIndexEntry.IndexSerializer<IndexHelper.IndexInfo>java.io.IOExceptionpublic static void skip(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic int serializedSize(RowIndexEntry<IndexHelper.IndexInfo> rie)
serializedSize in interface RowIndexEntry.IndexSerializer<IndexHelper.IndexInfo>Copyright © 2018 The Apache Software Foundation