You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/08/08 20:09:44 UTC

[jira] Created: (HBASE-806) Change HbaseMapWritable and RowResult to implement SortedMap instead of Map

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
             Fix For: 0.3.0


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.


[jira] Updated: (HBASE-806) Change HbaseMapWritable and RowResult to implement SortedMap instead of Map

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HBASE-806:
--------------------------------

    Fix Version/s: 0.2.1

> 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
>             Fix For: 0.2.1, 0.3.0
>
>
> 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.


[jira] Updated: (HBASE-806) Change HbaseMapWritable and RowResult to implement SortedMap instead of Map

Posted by "Jonathan Gray (JIRA)" <ji...@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.


[jira] Updated: (HBASE-806) Change HbaseMapWritable and RowResult to implement SortedMap instead of Map

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-806:
--------------------------------

    Attachment: hbase-806-v1.patch

Changes RowResult to implementing SortedMap instead of Map.  Adds necessary methods: comparator, firstKey, headMap, lastKey, subMap, tailMap.

Changes HbaseMapWritable to implementing SortedMap instead of Map.  Changes methods: putAll, remove, put.  Adds methods: comparator, firstKey, headMap, lastKey, submap, tailMap.

> 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
>             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.


[jira] Updated: (HBASE-806) Change HbaseMapWritable and RowResult to implement SortedMap instead of Map

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-806:
------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed branch and trunk.  Thanks for the patch Jon.

> 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.