public static class FuzzyRowFilter.FuzzyFilterPair extends Object
FuzzyRowFilter| Constructor and Description |
|---|
FuzzyRowFilter.FuzzyFilterPair(byte[] row_key,
byte[] fuzzy_mask)
Default Ctor
|
public FuzzyRowFilter.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-2016, The Async HBase Authors