Package org.apache.cassandra.db
Class ClusteringPrefix.Serializer
- java.lang.Object
-
- org.apache.cassandra.db.ClusteringPrefix.Serializer
-
- Enclosing interface:
- ClusteringPrefix<V>
public static class ClusteringPrefix.Serializer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusteringPrefix<byte[]>
deserialize(DataInputPlus in, int version, java.util.List<AbstractType<?>> types)
void
serialize(ClusteringPrefix<?> clustering, DataOutputPlus out, int version, java.util.List<AbstractType<?>> types)
long
serializedSize(ClusteringPrefix<?> clustering, int version, java.util.List<AbstractType<?>> types)
void
skip(DataInputPlus in, int version, java.util.List<AbstractType<?>> types)
-
-
-
Method Detail
-
serialize
public void serialize(ClusteringPrefix<?> clustering, DataOutputPlus out, int version, java.util.List<AbstractType<?>> types) throws java.io.IOException
- Throws:
java.io.IOException
-
skip
public void skip(DataInputPlus in, int version, java.util.List<AbstractType<?>> types) throws java.io.IOException
- Throws:
java.io.IOException
-
deserialize
public ClusteringPrefix<byte[]> deserialize(DataInputPlus in, int version, java.util.List<AbstractType<?>> types) throws java.io.IOException
- Throws:
java.io.IOException
-
serializedSize
public long serializedSize(ClusteringPrefix<?> clustering, int version, java.util.List<AbstractType<?>> types)
-
-