Class TrieMemoryIndex

java.lang.Object
org.apache.cassandra.index.sai.memory.MemoryIndex
org.apache.cassandra.index.sai.memory.TrieMemoryIndex
All Implemented Interfaces:
MemtableOrdering

public class TrieMemoryIndex extends MemoryIndex
This is an in-memory index using the InMemoryTrie to store a ByteComparable representation of the indexed values. Data is stored on-heap or off-heap and follows the settings of the TrieMemtable to determine where.