Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 51235 invoked from network); 15 Mar 2011 16:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Mar 2011 16:16:24 -0000 Received: (qmail 20152 invoked by uid 500); 15 Mar 2011 16:16:23 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 20111 invoked by uid 500); 15 Mar 2011 16:16:23 -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 20103 invoked by uid 500); 15 Mar 2011 16:16:23 -0000 Delivered-To: apmail-hadoop-hbase-user@hadoop.apache.org Received: (qmail 20100 invoked by uid 99); 15 Mar 2011 16:16:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 16:16:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jason.rutherglen@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 16:16:15 +0000 Received: by qwj9 with SMTP id 9so714011qwj.35 for ; Tue, 15 Mar 2011 09:15:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=H5Q3OBTM6n9+wfKEU5LdTRm1cUspIZF+7rpqmwgSZfc=; b=lLiDokCoubG+7U5P0lMh3v6jK+P1L2SAFlAveOvx1i4vYTD8AsbUe1MnuBjZvCrH/K ftKuJIXJbJwycBqk46oBiOiqGedOVTbdGpvfge4WHtLdFQWIC1ocpnauKp+56joXj+kr thMsrc194WmY5v2/Au7pVrBM4IlAt55sc7WSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FQHiUB2lEGidLxEVhTMjyxeQJE3uKXckpfXVgsv0XllcIBz2lYcQPGFMobriwuvIta VT8keiWtMmN9GuMnSywX5cpV3r+63WWKOhxXIifTFlI7FjsQm+7CUcnzEh8P1MiQANAM xMAfdgMgTZBBI4BGJXkmQmgnMaaaOMkOQtY1w= MIME-Version: 1.0 Received: by 10.229.63.229 with SMTP id c37mr11620419qci.212.1300205754135; Tue, 15 Mar 2011 09:15:54 -0700 (PDT) Received: by 10.229.186.15 with HTTP; Tue, 15 Mar 2011 09:15:54 -0700 (PDT) Date: Tue, 15 Mar 2011 09:15:54 -0700 Message-ID: Subject: Coprocessor Endpoints From: Jason Rutherglen To: hbase-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I'm taking a look at TestCoprocessorEndpoint for example, in trying to figure out how the Coprocessor RPC works. I think HTable.coprocessorProxy should be used? Which will return an interface that when called performs the network marshaling etc. The purpose of the row byte[] in coprocessorProxy is to find the correct region to make the call to?