Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 86376 invoked from network); 12 Aug 2008 18:22:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Aug 2008 18:22:35 -0000 Received: (qmail 54202 invoked by uid 500); 12 Aug 2008 18:22:34 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 54181 invoked by uid 500); 12 Aug 2008 18:22:34 -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 54170 invoked by uid 99); 12 Aug 2008 18:22:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 11:22:34 -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; Tue, 12 Aug 2008 18:21:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8FFC7234C1B0 for ; Tue, 12 Aug 2008 11:21:44 -0700 (PDT) Message-ID: <1607784429.1218565304588.JavaMail.jira@brutus> Date: Tue, 12 Aug 2008 11:21:44 -0700 (PDT) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-806) Change HbaseMapWritable and RowResult to implement SortedMap instead of Map In-Reply-To: <2092973724.1218218984312.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-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-806: -------------------------------- Assignee: Jonathan Gray Status: Patch Available (was: Open) > Change HbaseMapWritable and RowResult to implement SortedMap instead of Map > --------------------------------------------------------------------------- > > Key: HBASE-806 > URL: https://issues.apache.org/jira/browse/HBASE-806 > Project: Hadoop HBase > Issue Type: Improvement > Affects Versions: 0.2.0 > Reporter: Jim Kellerman > Assignee: Jonathan Gray > Fix For: 0.2.1, 0.3.0 > > Attachments: hbase-806-v1.patch > > > HbaseMapWritable and RowResult currently implement Map. However, it would be trivial (and highly useful) for them to implement SortedMap since HbaseMapWritable already uses a TreeMap for the map. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.