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 8793A105B5 for ; Tue, 24 Sep 2013 05:05:15 +0000 (UTC) Received: (qmail 56905 invoked by uid 500); 24 Sep 2013 05:05:09 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 56878 invoked by uid 500); 24 Sep 2013 05:05:06 -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 56867 invoked by uid 99); 24 Sep 2013 05:05:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 05:05:06 +0000 Date: Tue, 24 Sep 2013 05:05:06 +0000 (UTC) From: "Robert Roland (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9588) Expose checkAndPut/checkAndDelete with comparators to HTableInterface 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-9588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Roland updated HBASE-9588: --------------------------------- Status: Patch Available (was: Open) > Expose checkAndPut/checkAndDelete with comparators to HTableInterface > --------------------------------------------------------------------- > > Key: HBASE-9588 > URL: https://issues.apache.org/jira/browse/HBASE-9588 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.98.0 > Reporter: Robert Roland > Attachments: checkAndPut_HBASE-9588_0.94.patch, checkAndPut_HBASE-9588_TRUNK.patch, checkAndPut_HBASE-9588_TRUNK.patch.1 > > > HRegionInterface allows you to specify a comparator to checkAndPut and checkAndDelete, but that isn't available to the standard HTableInterface. > The attached patches expose these functions to the client. It adds two methods to HTableInterface, which required implementing in several places. > They are not implemented in RemoteHTable - I couldn't see an obvious way to implement there. Following the pattern of increment, batch, etc, they are "not supported." -- 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