Package org.apache.cassandra.io.tries
Interface TrieSerializer<VALUE,DEST>
public interface TrieSerializer<VALUE,DEST>
-
Method Summary
Modifier and TypeMethodDescriptionintsizeofNode(SerializationNode<VALUE> node, long nodePosition) voidwrite(DEST dest, SerializationNode<VALUE> node, long nodePosition)
-
Method Details
-
sizeofNode
-
write
- Throws:
IOException
-