Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D458218690 for ; Wed, 4 Nov 2015 21:38:22 +0000 (UTC) Received: (qmail 24444 invoked by uid 500); 4 Nov 2015 21:38:10 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 24303 invoked by uid 500); 4 Nov 2015 21:38:10 -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 19790 invoked by uid 99); 4 Nov 2015 21:38:06 -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; Wed, 04 Nov 2015 21:38:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4CFA9E01F2; Wed, 4 Nov 2015 21:38:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Wed, 04 Nov 2015 21:38:40 -0000 Message-Id: In-Reply-To: <9e87bd05b0174aa28f09c18d2fbcd220@git.apache.org> References: <9e87bd05b0174aa28f09c18d2fbcd220@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/51] [partial] hbase git commit: Initial site commit -- trying gitpubsub http://git-wip-us.apache.org/repos/asf/hbase/blob/c4917730/apidocs/org/apache/hadoop/hbase/HRegionLocation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/HRegionLocation.html b/apidocs/org/apache/hadoop/hbase/HRegionLocation.html new file mode 100644 index 0000000..c790152 --- /dev/null +++ b/apidocs/org/apache/hadoop/hbase/HRegionLocation.html @@ -0,0 +1,428 @@ + + + + + +HRegionLocation (Apache HBase 2.0.0-SNAPSHOT API) + + + + + + + + + + +
+
org.apache.hadoop.hbase
+

Class HRegionLocation

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Comparable<HRegionLocation>
    +
    +
    +
    +
    @InterfaceAudience.Public
    +@InterfaceStability.Evolving
    +public class HRegionLocation
    +extends Object
    +implements Comparable<HRegionLocation>
    +
    Data structure to hold HRegionInfo and the address for the hosting + HRegionServer. Immutable. Comparable, but we compare the 'location' only: + i.e. the hostname and port, and *not* the regioninfo. This means two + instances are the same if they refer to the same 'location' (the same + hostname and port), though they may be carrying different regions. + + On a big cluster, each client will have thousands of instances of this object, often + 100 000 of them if not million. It's important to keep the object size as small + as possible. + +
    This interface has been marked InterfaceAudience.Public in 0.96 and 0.98.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

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

+ +