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 F1971200D2E for ; Mon, 25 Sep 2017 17:13:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F02251609EE; Mon, 25 Sep 2017 15:13:45 +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 B94311609BB for ; Mon, 25 Sep 2017 17:13:44 +0200 (CEST) Received: (qmail 34183 invoked by uid 500); 25 Sep 2017 15:13:41 -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 31792 invoked by uid 99); 25 Sep 2017 15:13:40 -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; Mon, 25 Sep 2017 15:13:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 58492F5728; Mon, 25 Sep 2017 15:13:38 +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: Mon, 25 Sep 2017 15:14:02 -0000 Message-Id: <9dcf070d39cd438abeae57a9402f9735@git.apache.org> In-Reply-To: <5ac1bec331ea40b0b23ad484d19dc912@git.apache.org> References: <5ac1bec331ea40b0b23ad484d19dc912@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/51] [partial] hbase-site git commit: Published site at . archived-at: Mon, 25 Sep 2017 15:13:46 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/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 7e995c8..c20935f 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/bd3bcf4e/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 2e05134..83e4bdd 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)