public static class FuzzyRowFilter.FuzzyFilterPair extends Object
FuzzyRowFilter
Constructor and Description |
---|
FuzzyFilterPair(byte[] row_key,
byte[] fuzzy_mask)
Default Ctor
|
public FuzzyFilterPair(byte[] row_key, byte[] fuzzy_mask)
row_key
- The row key to use for matchingfuzzy_mask
- The row key mask to determine which of the bytes in
row_key
should be matched.IllegalArgumentException
- if the keys are not the same lengthCopyright © 2010-2017, The Async HBase Authors