Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 67385 invoked from network); 10 Jul 2008 16:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2008 16:54:52 -0000 Received: (qmail 83356 invoked by uid 500); 10 Jul 2008 16:54:52 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 83338 invoked by uid 500); 10 Jul 2008 16:54:52 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 83327 invoked by uid 99); 10 Jul 2008 16:54:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 09:54:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 16:54:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CFD1F234C166 for ; Thu, 10 Jul 2008 09:54:31 -0700 (PDT) Message-ID: <491875764.1215708871850.JavaMail.jira@brutus> Date: Thu, 10 Jul 2008 09:54:31 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-736) Should have HTable.deleteAll(String row) and HTable.deleteAll(Text row) In-Reply-To: <1508893794.1215708153535.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reassigned HBASE-736: --------------------------- Assignee: Izaak Rubin > Should have HTable.deleteAll(String row) and HTable.deleteAll(Text row) > ----------------------------------------------------------------------- > > Key: HBASE-736 > URL: https://issues.apache.org/jira/browse/HBASE-736 > Project: Hadoop HBase > Issue Type: Improvement > Affects Versions: 0.2.0 > Reporter: Sebastien Rainville > Assignee: Izaak Rubin > Priority: Trivial > Attachments: hbase-736.patch > > > We have this: > deleteAll(final byte [] row) > deleteAll(final byte [] row, final long ts) > deleteAll(final String row, final long ts) > deleteAll(final Text row, final long ts) > deleteAll(final byte [] row, final byte [] column) > deleteAll(final Text row, final Text column) > deleteAll(final String row, final String column) > deleteAll(final byte [] row, final byte [] column, final long ts) > deleteAll(final Text row, final Text column, final long ts) > deleteAll(final String row, final String column, final long ts) > So to be logical deleteAll(final Text row) and deleteAll(final String row) are missing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.