Uses of Interface
org.apache.cassandra.io.tries.SerializationNode
-
Packages that use SerializationNode Package Description org.apache.cassandra.io.tries -
-
Uses of SerializationNode in org.apache.cassandra.io.tries
Methods in org.apache.cassandra.io.tries with parameters of type SerializationNode Modifier and Type Method Description abstract void
TrieNode. serialize(DataOutputPlus out, SerializationNode<?> node, int payloadBits, long nodePosition)
Serializes the node.abstract int
TrieNode. sizeofNode(SerializationNode<?> node)
Returns the size needed to serialize this node.int
TrieSerializer. sizeofNode(SerializationNode<VALUE> node, long nodePosition)
static TrieNode
TrieNode. typeFor(SerializationNode<?> node, long nodePosition)
Returns a node type that is suitable to store the node.void
TrieSerializer. write(DEST dest, SerializationNode<VALUE> node, long nodePosition)
-