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 AD864200D02 for ; Fri, 8 Sep 2017 17:14:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC86916152A; Fri, 8 Sep 2017 15:14:03 +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 5687F161314 for ; Fri, 8 Sep 2017 17:14:02 +0200 (CEST) Received: (qmail 27139 invoked by uid 500); 8 Sep 2017 15:13:58 -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 25595 invoked by uid 99); 8 Sep 2017 15:13: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, 08 Sep 2017 15:13:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7CF2AF5712; Fri, 8 Sep 2017 15:13:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Fri, 08 Sep 2017 15:14:13 -0000 Message-Id: <2affac0734ca409a86763cf332b485e8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/51] [partial] hbase-site git commit: Published site at . archived-at: Fri, 08 Sep 2017 15:14:03 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/985cca06/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 0b22b22..f77ec7b 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";

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

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

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

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

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

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

    -
    private String threadName
    +
    private String threadName
  • @@ -303,7 +303,7 @@ extends
  • RowLockContext

    -
    RowLockContext(HashedBytes row)
    +
    RowLockContext(HashedBytes row)
  • @@ -320,7 +320,7 @@ extends
  • newWriteLock

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

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

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

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

    -
    public void setThreadName(String threadName)
    +
    public void setThreadName(String threadName)
  • @@ -365,7 +365,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/985cca06/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 ea898be..470074e 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";


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

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

    -
    private final Lock lock
    +
    private final Lock lock
  • @@ -252,7 +252,7 @@ implements
  • RowLockImpl

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

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

    -
    public HRegion.RowLockContext getContext()
    +
    public HRegion.RowLockContext getContext()
  • @@ -288,7 +288,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.
    @@ -304,7 +304,7 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/985cca06/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.WriteState.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.WriteState.html b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.WriteState.html index 70cebff..2e05134 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.WriteState.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.WriteState.html @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";


    -
    static class HRegion.WriteState
    +
    static class HRegion.WriteState
     extends Object
  • @@ -239,7 +239,7 @@ extends
  • flushing

    -
    volatile boolean flushing
    +
    volatile boolean flushing
  • @@ -248,7 +248,7 @@ extends
  • flushRequested

    -
    volatile boolean flushRequested
    +
    volatile boolean flushRequested
  • @@ -257,7 +257,7 @@ extends
  • compacting

    -
    AtomicInteger compacting
    +
    AtomicInteger compacting
  • @@ -266,7 +266,7 @@ extends
  • writesEnabled

    -
    volatile boolean writesEnabled
    +
    volatile boolean writesEnabled
  • @@ -275,7 +275,7 @@ extends
  • readOnly

    -
    volatile boolean readOnly
    +
    volatile boolean readOnly
  • @@ -284,7 +284,7 @@ extends
  • readsEnabled

    -
    volatile boolean readsEnabled
    +
    volatile boolean readsEnabled
  • @@ -293,7 +293,7 @@ extends
  • HEAP_SIZE

    -
    static final long HEAP_SIZE
    +
    static final long HEAP_SIZE
  • @@ -310,7 +310,7 @@ extends
  • WriteState

    -
    WriteState()
    +
    WriteState()
  • @@ -327,7 +327,7 @@ extends
  • setReadOnly

    -
    void setReadOnly(boolean onOff)
    +
    void setReadOnly(boolean onOff)
    Set flags that make this region read-only.
    Parameters:
    @@ -341,7 +341,7 @@ extends
  • isReadOnly

    -
    boolean isReadOnly()
    +
    boolean isReadOnly()
  • @@ -350,7 +350,7 @@ extends
  • isFlushRequested

    -
    boolean isFlushRequested()
    +
    boolean isFlushRequested()
  • @@ -359,7 +359,7 @@ extends
  • setReadsEnabled

    -
    void setReadsEnabled(boolean readsEnabled)
    +
    void setReadsEnabled(boolean readsEnabled)