Package | Description |
---|---|
org.apache.cassandra.index.sasi.conf.view | |
org.apache.cassandra.index.sasi.utils.trie |
Class and Description |
---|
Trie
Defines the interface for a prefix tree, an ordered tree data structure.
|
Class and Description |
---|
Cursor
A
Cursor can be used to traverse a Trie , visit each node
step by step and make Cursor.Decision s on each step how to continue with
traversing the Trie . |
Cursor.Decision |
KeyAnalyzer
The
KeyAnalyzer provides bit-level access to keys
for the PatriciaTrie . |
Trie
Defines the interface for a prefix tree, an ordered tree data structure.
|
Copyright © 2018 The Apache Software Foundation