[
https://issues.apache.org/jira/browse/HBASE-18811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated HBASE-18811:
-----------------------------------
Release Note:
The list of changed filters is shown below:
# ColumnCountGetFilter
# ColumnPaginationFilter
# ColumnPrefixFilter
# ColumnRangeFilter
# CompareFilter
# DependentColumnFilter
# FamilyFilter
# Filter
# FilterBase
# FilterList
# FirstKeyOnlyFilter
# FirstKeyValueMatchingQualifiersFilter
# FuzzyRowFilter
# InclusiveStopFilter
# KeyOnlyFilter
# MultiRowRangeFilter
# MultipleColumnPrefixFilter
# PageFilter
# ParseFilter
# PrefixFilter
# QualifierFilter
# RandomRowFilter
# RowFilter
# SingleColumnValueExcludeFilter
# SingleColumnValueFilter
# SkipFilter
# TimestampsFilter
# ValueFilter
# WhileMatchFilter
> Introduce the limited private to filter
> ---------------------------------------
>
> Key: HBASE-18811
> URL: https://issues.apache.org/jira/browse/HBASE-18811
> Project: HBase
> Issue Type: Task
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-alpha-4
>
> Attachments: HBASE-18811.v0.patch
>
>
> We have many powerful callback functions to help user to build amazing
> application/services. The most of functions are declared as IA.LimitedPrivate
> excluding the filters. As i see it, the IA.LimitedPrivate will make the
> improvement of filter more flexible. Also, we can introduce more server-side
> components to filters. In conclusion, we should consider adding the limited
> private level for filter.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)