Uses of Interface
org.apache.cassandra.index.sasi.utils.trie.KeyAnalyzer
Packages that use KeyAnalyzer
-
Uses of KeyAnalyzer in org.apache.cassandra.index.sasi.utils.trie
Fields in org.apache.cassandra.index.sasi.utils.trie declared as KeyAnalyzerModifier and TypeFieldDescriptionprotected final KeyAnalyzer<? super K>AbstractTrie.keyAnalyzerTheKeyAnalyzerthat's being used to build the PATRICIATrieConstructors in org.apache.cassandra.index.sasi.utils.trie with parameters of type KeyAnalyzerModifierConstructorDescriptionPatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer) PatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer, Map<? extends K, ? extends V> m)