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