Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 184C8F64F for ; Sat, 27 Apr 2013 15:10:52 +0000 (UTC) Received: (qmail 54381 invoked by uid 500); 27 Apr 2013 15:10:50 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 54318 invoked by uid 500); 27 Apr 2013 15:10:49 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 54310 invoked by uid 99); 27 Apr 2013 15:10:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Apr 2013 15:10:49 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [77.238.189.214] (HELO nm17-vm0.bullet.mail.ird.yahoo.com) (77.238.189.214) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 27 Apr 2013 15:10:35 +0000 Received: from [77.238.189.50] by nm17.bullet.mail.ird.yahoo.com with NNFMP; 27 Apr 2013 15:09:53 -0000 Received: from [217.146.188.160] by tm3.bullet.mail.ird.yahoo.com with NNFMP; 27 Apr 2013 15:09:53 -0000 Received: from [127.0.0.1] by smtp128.mail.ird.yahoo.com with NNFMP; 27 Apr 2013 15:09:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1367075393; bh=k4bF3vfc0RONxxkUjxvxTDkLl0bueT5O8UgBOOQyvoo=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=uNVs2HBFWIZP/WNKgvHW5kk/yCKzZnL/35beuaosxANsDCaeGVdNewkkROWY6JOV/6eLGhIR44yJNpGQ4xNIBfQkru6UnbNoR28m6wDipdPCWWC0SNOwP/oio5CTN7rH41hBZmYyL5GZ7apPhBGu+UMlpVHZtz0qsPYoX7lp/Gc= X-Yahoo-Newman-Id: 30623.32453.bm@smtp128.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: qKOa6YgVM1mjnzGeUlwErFpd7QbCnJ9UaE0X0xSq5UnRivh GFuyaGbLUcIz8WXOEQuTlO0kY2DLguuo.IGkF3DgdXe94PP7zeqz5jKhKDOv PBIs.4CFcbA03eYwA43nFcbp_WdOmFHkz2ktebcMDsqB2VvhUzHkPhbuxmBo p8Oz9woEHr0SU7Z2Y6DC9pBz6OMhdum_1MnbrKpR8tD2BUYkrHjTjluXY9B. uQkTZzOa6eXAZ4XDnsiWSgmRoa_1qi7UN5csV5VOOa8AZHoX_l.QspxnHPQV 04ZmjSCk8HDVUs3tkzBhGCVthJqPWTL9KhrIrw6IjwnLGzjxE8.u75kFzbsU tuxg.vpitePF4Lmwmn1ilntCJdynnPQOoBxfgRc7GEGAkBiFw4Q4Py3LEowl r25ANtbrCjhHh6rYMbg9pX0Oc8.E- X-Yahoo-SMTP: PsU70jWswBCjvY7DVEwAV7Ld71kq2utxAu93BRGFPho- X-Rocket-Received: from [192.168.2.100] (mailformailinglists@217.230.176.75 with plain) by smtp128.mail.ird.yahoo.com with SMTP; 27 Apr 2013 08:09:52 -0700 PDT Message-ID: <517BEA40.9070605@yahoo.de> Date: Sat, 27 Apr 2013 17:09:52 +0200 From: Em User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: "user@hbase.apache.org" Subject: Multi-CheckAnd... Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello list, I was wondering how to create a multi-row-mutation with precondition-constraints. Something like this: public boolean[] multiCheckAndPut(byte[]row, byte[] family, byte[] column, List puts); This looks a little bit ugly but illustrates the idea. Are there any alternatives that would fit the use-case? Kind regards, Em