Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD1BBD4C1 for ; Sun, 4 Nov 2012 23:28:12 +0000 (UTC) Received: (qmail 48682 invoked by uid 500); 4 Nov 2012 23:28:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 48643 invoked by uid 500); 4 Nov 2012 23:28:12 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 48591 invoked by uid 99); 4 Nov 2012 23:28:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 23:28:12 +0000 Date: Sun, 4 Nov 2012 23:28:12 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: <5563563.66557.1352071692563.JavaMail.jiratomcat@arcas> In-Reply-To: <818845758.65889.1352038092033.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HBASE-7096) Support customer filters in REST API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-7096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-7096: ---------------------------------- Priority: Minor (was: Major) > Support customer filters in REST API > ------------------------------------ > > 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 > Priority: Minor > > {code} > 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 > } > {code} > The REST API should support customer filters like the HBase API. -- 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