Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 92093 invoked from network); 27 Jan 2011 05:10:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2011 05:10:59 -0000 Received: (qmail 86484 invoked by uid 500); 27 Jan 2011 05:10:58 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 86065 invoked by uid 500); 27 Jan 2011 05:10:54 -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 86054 invoked by uid 99); 27 Jan 2011 05:10:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 05:10:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markkerzner@gmail.com designates 209.85.214.41 as permitted sender) Received: from [209.85.214.41] (HELO mail-bw0-f41.google.com) (209.85.214.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 05:10:47 +0000 Received: by bwz16 with SMTP id 16so2195491bwz.14 for ; Wed, 26 Jan 2011 21:10:26 -0800 (PST) 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=zoCgLtATH9Q2J4JOgxoJDV3SKK1IYNNUs6dxk1ggjMY=; b=bnZQ7KjMYTk71IwY/iwfUS44SM4BWdDEzfkb5da1VG3rlxmwJtyPfwDD9jre76P5La 8uRpMSPxXqaJ45Y6ZM/JqZheqpy/DRx4GDgImRnI/c5rKMmqJS7N3eBAJh5QcyUIciDD aiRPKd3HsNN0qDVKB8VMP9hamomGQZXraeuRo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cy5ghWJNko8pr026WOAThgkC6Pend83WbQmBpLYa5bxhqqmmTpHuqINxv0e/ZPI2eI LquSj72HN6WPmTqwMVdZPl8OMJGesjP8ShR93BHTO+QiOJif6avPtzpEeMkdRP5U2168 zt865J1FPCbU21ylXJxQ9uXdlzdWPEJJvrjMM= MIME-Version: 1.0 Received: by 10.204.57.197 with SMTP id d5mr1173025bkh.63.1296105026149; Wed, 26 Jan 2011 21:10:26 -0800 (PST) Received: by 10.204.122.83 with HTTP; Wed, 26 Jan 2011 21:10:26 -0800 (PST) Date: Wed, 26 Jan 2011 23:10:26 -0600 Message-ID: Subject: New java construct? NavigableMap>> map = result.getMap(); From: Mark Kerzner To: HBase Discussion Group Content-Type: multipart/alternative; boundary=001636c5a462acdeed049accf7a2 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5a462acdeed049accf7a2 Content-Type: text/plain; charset=ISO-8859-1 Hi, I found this construct on the blog here, http://allaboutdata.net/blog/?p=38, and I have no idea what it means. But the documentation supports this and says getMap public NavigableMap>> getMap() Map of families to all versions of its qualifiers and values. Returns a three level Map of the form: Map>> this one, here, http://hbase.apache.org/docs/r0.20.5/api/org/apache/hadoop/hbase/client/Result.html#getMap() It does NOT compile for me :) Thank you. --001636c5a462acdeed049accf7a2--