Package | Description |
---|---|
org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize |
Modifier and Type | Field and Description |
---|---|
protected TokenizerRowSearchPosition |
TokenizerRowSearchResult.difference
fields
|
Modifier and Type | Method and Description |
---|---|
TokenizerRowSearchPosition |
TokenizerRowSearchResult.getDifference()
get/set
|
static TokenizerRowSearchPosition |
TokenizerRowSearchPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenizerRowSearchPosition[] |
TokenizerRowSearchPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TokenizerRowSearchResult.set(TokenizerRowSearchPosition difference,
TokenizerNode matchingNode) |
Constructor and Description |
---|
TokenizerRowSearchResult(TokenizerRowSearchPosition difference) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.