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 B0707200AE2 for ; Fri, 27 May 2016 18:21:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF316160A3F; Fri, 27 May 2016 16:21: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 22F8E160A10 for ; Fri, 27 May 2016 18:21:57 +0200 (CEST) Received: (qmail 52222 invoked by uid 500); 27 May 2016 16:21: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 52198 invoked by uid 99); 27 May 2016 16:21:57 -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; Fri, 27 May 2016 16:21:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 12968DFBDE; Fri, 27 May 2016 16:21:57 +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: Fri, 27 May 2016 16:21:57 -0000 Message-Id: In-Reply-To: <73b2dd6f770242d1bb7b13f77b05e9a7@git.apache.org> References: <73b2dd6f770242d1bb7b13f77b05e9a7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/51] [partial] hbase-site git commit: Published site at da0d74cd27154b76aaa69fe0e5742821f3bfea79. archived-at: Fri, 27 May 2016 16:21:59 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/237089a5/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html index ef83422..31c195a 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html @@ -99,7 +99,7 @@

-
 class HRegion.RowLockContext
+
 class HRegion.RowLockContext
 extends Object
@@ -227,7 +227,7 @@ extends
  • row

    -
    private final HashedBytes row
    +
    private final HashedBytes row
  • @@ -236,7 +236,7 @@ extends
  • readWriteLock

    -
    final ReadWriteLock readWriteLock
    +
    final ReadWriteLock readWriteLock
  • @@ -245,7 +245,7 @@ extends
  • usable

    -
    final AtomicBoolean usable
    +
    final AtomicBoolean usable
  • @@ -254,7 +254,7 @@ extends
  • count

    -
    final AtomicInteger count
    +
    final AtomicInteger count
  • @@ -263,7 +263,7 @@ extends
  • lock

    -
    final Object lock
    +
    final Object lock
  • @@ -272,7 +272,7 @@ extends
  • threadName

    -
    private String threadName
    +
    private String threadName
  • @@ -289,7 +289,7 @@ extends
  • HRegion.RowLockContext

    -
    HRegion.RowLockContext(HashedBytes row)
    +
    HRegion.RowLockContext(HashedBytes row)
  • @@ -306,7 +306,7 @@ extends
  • newWriteLock

    -
    HRegion.RowLockImpl newWriteLock()
    +
    HRegion.RowLockImpl newWriteLock()
  • @@ -315,7 +315,7 @@ extends
  • newReadLock

    -
    HRegion.RowLockImpl newReadLock()
    +
    HRegion.RowLockImpl newReadLock()
  • @@ -324,7 +324,7 @@ extends
  • getRowLock

    -
    private HRegion.RowLockImpl getRowLock(Lock l)
    +
    private HRegion.RowLockImpl getRowLock(Lock l)
  • @@ -333,7 +333,7 @@ extends
  • cleanUp

    -
    void cleanUp()
    +
    void cleanUp()
  • @@ -342,7 +342,7 @@ extends
  • setThreadName

    -
    public void setThreadName(String threadName)
    +
    public void setThreadName(String threadName)
  • @@ -351,7 +351,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/237089a5/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html index 5920179..9a1fb1d 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html @@ -103,7 +103,7 @@


    -
    public static class HRegion.RowLockImpl
    +
    public static class HRegion.RowLockImpl
     extends Object
     implements Region.RowLock
    Class used to represent a lock on a row.
    @@ -212,7 +212,7 @@ implements
  • context

    -
    private final HRegion.RowLockContext context
    +
    private final HRegion.RowLockContext context
  • @@ -221,7 +221,7 @@ implements
  • lock

    -
    private final Lock lock
    +
    private final Lock lock
  • @@ -238,7 +238,7 @@ implements
  • HRegion.RowLockImpl

    -
    public HRegion.RowLockImpl(HRegion.RowLockContext context,
    +
    public HRegion.RowLockImpl(HRegion.RowLockContext context,
                        Lock lock)
  • @@ -256,7 +256,7 @@ implements
  • getLock

    -
    public Lock getLock()
    +
    public Lock getLock()
  • @@ -265,7 +265,7 @@ implements
  • getContext

    -
    public HRegion.RowLockContext getContext()
    +
    public HRegion.RowLockContext getContext()
  • @@ -274,7 +274,7 @@ implements
  • release

    -
    public void release()
    +
    public void release()
    Description copied from interface: Region.RowLock
    Release the given lock. If there are no remaining locks held by the current thread then unlock the row and allow other threads to acquire the lock.
    @@ -290,7 +290,7 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object