Package org.apache.cassandra.db.rows
Interface CellPath.Serializer
-
- Enclosing class:
- CellPath
public static interface CellPath.Serializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellPathdeserialize(DataInputPlus in)voidserialize(CellPath path, DataOutputPlus out)longserializedSize(CellPath path)voidskip(DataInputPlus in)
-
-
-
Method Detail
-
serialize
void serialize(CellPath path, DataOutputPlus out) throws java.io.IOException
- Throws:
java.io.IOException
-
deserialize
CellPath deserialize(DataInputPlus in) throws java.io.IOException
- Throws:
java.io.IOException
-
serializedSize
long serializedSize(CellPath path)
-
skip
void skip(DataInputPlus in) throws java.io.IOException
- Throws:
java.io.IOException
-
-