Uses of Interface
org.apache.cassandra.io.tries.Walker.Extractor
Packages that use Walker.Extractor
-
Uses of Walker.Extractor in org.apache.cassandra.io.tries
Methods in org.apache.cassandra.io.tries with parameters of type Walker.ExtractorModifier and TypeMethodDescription<RESULT> RESULTWalker.prefix(ByteComparable key, Walker.Extractor<RESULT, CONCRETE> extractor) Takes a prefix of the given key.<RESULT> RESULTWalker.prefixAndNeighbours(ByteComparable key, Walker.Extractor<RESULT, CONCRETE> extractor) Follows the trie for a given key, taking a prefix (in the sense above) and searching for neighboring values.