Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1C005200BCC for ; Tue, 15 Nov 2016 06:42:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1ABFC160B19; Tue, 15 Nov 2016 05:42:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21604160B0D for ; Tue, 15 Nov 2016 06:42:57 +0100 (CET) Received: (qmail 8336 invoked by uid 500); 15 Nov 2016 05:42:57 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 5656 invoked by uid 99); 15 Nov 2016 05:42:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2016 05:42:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7FE37F1731; Tue, 15 Nov 2016 05:42:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Date: Tue, 15 Nov 2016 05:43:08 -0000 Message-Id: <99105d533ec940859343ea4f6a67ac7e@git.apache.org> In-Reply-To: <81c1b621d6a24af09dc30783f47c7869@git.apache.org> References: <81c1b621d6a24af09dc30783f47c7869@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/51] [partial] hbase-site git commit: Adding 1.2 site archived-at: Tue, 15 Nov 2016 05:42:59 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dbfeb6d6/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html ---------------------------------------------------------------------- diff --git a/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html b/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html new file mode 100644 index 0000000..2381fc0 --- /dev/null +++ b/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html @@ -0,0 +1,241 @@ + + + + + + +MetaTableAccessor.Visitor (Apache HBase 1.2.4 API) + + + + + + + + + + + + +
+
org.apache.hadoop.hbase
+

Interface MetaTableAccessor.Visitor

+
+
+
+
    +
  • +
    +
    Enclosing class:
    +
    MetaTableAccessor
    +
    +
    +
    +
    public static interface MetaTableAccessor.Visitor
    +
    Implementations 'visit' a catalog table row.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        visit

        +
        boolean visit(Result r)
        +       throws IOException
        +
        Visit the catalog table row.
        +
        +
        Parameters:
        +
        r - A row from catalog table
        +
        Returns:
        +
        True if we are to proceed scanning the table, else false if + we are to stop now.
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

+ +