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