public static class IndexHelper.IndexInfo.Serializer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
WIDTH_BASE |
Constructor and Description |
---|
Serializer(CFMetaData metadata,
Version version,
SerializationHeader header) |
Modifier and Type | Method and Description |
---|---|
IndexHelper.IndexInfo |
deserialize(DataInputPlus in) |
void |
serialize(IndexHelper.IndexInfo info,
DataOutputPlus out) |
long |
serializedSize(IndexHelper.IndexInfo info) |
public static final long WIDTH_BASE
public Serializer(CFMetaData metadata, Version version, SerializationHeader header)
public void serialize(IndexHelper.IndexInfo info, DataOutputPlus out) throws java.io.IOException
java.io.IOException
public IndexHelper.IndexInfo deserialize(DataInputPlus in) throws java.io.IOException
java.io.IOException
public long serializedSize(IndexHelper.IndexInfo info)
Copyright © 2018 The Apache Software Foundation