Class QualifierFilter


@Public public class QualifierFilter extends CompareFilter
This filter is used to filter based on the column qualifier. It takes an operator (equal, greater, not equal, etc) and a byte [] comparator for the column qualifier portion of a key.

This filter can be wrapped with WhileMatchFilter and SkipFilter to add more control.

Multiple filters can be combined using FilterList.

If an already known column qualifier is looked for, use Get.addColumn(byte[], byte[]) directly rather than a filter.