HBase: How to write custom skip filter after 0.96.0?
问题 I am new to HBase. I want to make a custom fuzzy filter in HBase but have been having great difficulty finding any resources to explain the proper way to do so in java. The only examples I've found seems to use a version of HBase in which FilterBase supplies different functions, as do all source codes for existing filters which I can find. (0.94.0 I think) More specifically, I found this code for FuzzyRowFilter which I would like to slightly modify. However, as seen here, functions like