public static class RowIndexEntry.Serializer
extends java.lang.Object
| Constructor and Description |
|---|
RowIndexEntry.Serializer(CType type) |
| Modifier and Type | Method and Description |
|---|---|
RowIndexEntry |
deserialize(java.io.DataInput in,
Descriptor.Version version) |
void |
serialize(RowIndexEntry rie,
DataOutputPlus out) |
int |
serializedSize(RowIndexEntry rie) |
static void |
skip(java.io.DataInput in) |
static void |
skipPromotedIndex(java.io.DataInput in) |
public RowIndexEntry.Serializer(CType type)
public void serialize(RowIndexEntry rie, DataOutputPlus out) throws java.io.IOException
java.io.IOExceptionpublic RowIndexEntry deserialize(java.io.DataInput in, Descriptor.Version version) throws java.io.IOException
java.io.IOExceptionpublic static void skip(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic static void skipPromotedIndex(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic int serializedSize(RowIndexEntry rie)
Copyright © 2014 The Apache Software Foundation