Package org.apache.cassandra.schema
Class IndexMetadata.Serializer
java.lang.Object
org.apache.cassandra.schema.IndexMetadata.Serializer
- Enclosing class:
- IndexMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(DataInputPlus in, int version, TableMetadata table) voidserialize(IndexMetadata metadata, DataOutputPlus out, int version) longserializedSize(IndexMetadata metadata, int version)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
public IndexMetadata deserialize(DataInputPlus in, int version, TableMetadata table) throws IOException - Throws:
IOException
-
serializedSize
-