Alexander Alten-Lorenz created HBASE-7096:
---------------------------------------------
Summary: CustomHBaseFilter is missing in the REST interface
Key: HBASE-7096
URL: https://issues.apache.org/jira/browse/HBASE-7096
Project: HBase
Issue Type: Bug
Components: REST
Affects Versions: 0.94.2
Reporter: Alexander Alten-Lorenz
src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java:
static enum FilterType {
ColumnCountGetFilter,
ColumnPaginationFilter,
ColumnPrefixFilter,
ColumnRangeFilter,
DependentColumnFilter,
FamilyFilter,
FilterList,
FirstKeyOnlyFilter,
InclusiveStopFilter,
KeyOnlyFilter,
MultipleColumnPrefixFilter,
PageFilter,
PrefixFilter,
QualifierFilter,
RandomRowFilter,
RowFilter,
SingleColumnValueExcludeFilter,
SingleColumnValueFilter,
SkipFilter,
TimestampsFilter,
ValueFilter,
WhileMatchFilter
}
CustomHBaseFilter is missing in the REST interface.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira