Uses of Interface
org.apache.cassandra.index.sasi.utils.trie.KeyAnalyzer
-
Packages that use KeyAnalyzer Package Description org.apache.cassandra.index.sasi.utils.trie -
-
Uses of KeyAnalyzer in org.apache.cassandra.index.sasi.utils.trie
Fields in org.apache.cassandra.index.sasi.utils.trie declared as KeyAnalyzer Modifier and Type Field Description protected KeyAnalyzer<? super K>AbstractTrie. keyAnalyzerTheKeyAnalyzerthat's being used to build the PATRICIATrieConstructors in org.apache.cassandra.index.sasi.utils.trie with parameters of type KeyAnalyzer Constructor Description PatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer)PatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer, java.util.Map<? extends K,? extends V> m)
-