Uses of Class
org.apache.cassandra.db.tries.InMemoryReadTrie
Packages that use InMemoryReadTrie
-
Uses of InMemoryReadTrie in org.apache.cassandra.db.tries
Subclasses of InMemoryReadTrie in org.apache.cassandra.db.triesModifier and TypeClassDescriptionclassInMemoryTrie<T>In-memory trie built for fast modification and reads executing concurrently with writes from a single mutator thread.