Package org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize

Class Summary
TokenDepthComparator Determines order of nodes in the output array.
Tokenizer Data structure used in the first stage of PrefixTree encoding: accepts a sorted stream of ByteRanges splits them into a set of tokens, each held by a TokenizerNode connects the TokenizerNodes via standard java references keeps a pool of TokenizerNodes and a reusable byte[] for holding all token content
TokenizerNode Individual node in a Trie structure.
TokenizerRowSearchResult for recursively searching a PtBuilder
 

Enum Summary
TokenizerRowSearchPosition Warning: currently unused, but code is valid.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.