Package org.apache.cassandra.io.tries
Interface TrieSerializer<VALUE,DEST>
-
public interface TrieSerializer<VALUE,DEST>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
sizeofNode(SerializationNode<VALUE> node, long nodePosition)
void
write(DEST dest, SerializationNode<VALUE> node, long nodePosition)
-
-
-
Method Detail
-
sizeofNode
int sizeofNode(SerializationNode<VALUE> node, long nodePosition)
-
write
void write(DEST dest, SerializationNode<VALUE> node, long nodePosition) throws java.io.IOException
- Throws:
java.io.IOException
-
-