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 65B73200D1D for ; Fri, 8 Sep 2017 17:14:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 64D4A1613CA; Fri, 8 Sep 2017 15:14:02 +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 0DA6D161535 for ; Fri, 8 Sep 2017 17:14:00 +0200 (CEST) Received: (qmail 26830 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 25543 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 648DDF570C; 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:07 -0000 Message-Id: <44ca087154794a6bb7b504a2984dbfa0@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/51] [partial] hbase-site git commit: Published site at . archived-at: Fri, 08 Sep 2017 15:14:02 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/985cca06/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html b/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html index 93cced8..6a01ea0 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html @@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab";
@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
  @InterfaceStability.Evolving
-public class RegionCoprocessorHost
+public class RegionCoprocessorHost
 extends CoprocessorHost<RegionCoprocessorHost.RegionEnvironment>
Implements the coprocessor environment and runtime support for coprocessors loaded within a Region.
@@ -211,7 +211,7 @@ extends -private static org.apache.commons.collections.map.ReferenceMap +private static org.apache.commons.collections4.map.ReferenceMap sharedDataMap  @@ -323,20 +323,20 @@ extends boolean -postCheckAndDelete(byte[] row, +postCheckAndDelete(byte[] row, byte[] family, byte[] qualifier, - CompareFilter.CompareOp compareOp, + CompareOperator op, ByteArrayComparable comparator, Delete delete, boolean result)  boolean -postCheckAndPut(byte[] row, +postCheckAndPut(byte[] row, byte[] family, byte[] qualifier, - CompareFilter.CompareOp compareOp, + CompareOperator op, ByteArrayComparable comparator, Put put, boolean result)  @@ -533,37 +533,37 @@ extends Boolean -preCheckAndDelete(byte[] row, +preCheckAndDelete(byte[] row, byte[] family, byte[] qualifier, - CompareFilter.CompareOp compareOp, + CompareOperator op, ByteArrayComparable comparator, Delete delete)  Boolean -preCheckAndDeleteAfterRowLock(byte[] row, +preCheckAndDeleteAfterRowLock(byte[] row, byte[] family, byte[] qualifier, - CompareFilter.CompareOp compareOp, + CompareOperator op, ByteArrayComparable comparator, Delete delete)  Boolean -preCheckAndPut(byte[] row, +preCheckAndPut(byte[] row, byte[] family, byte[] qualifier, - CompareFilter.CompareOp compareOp, + CompareOperator op, ByteArrayComparable comparator, Put put)  Boolean -preCheckAndPutAfterRowLock(byte[] row, +preCheckAndPutAfterRowLock(byte[] row, byte[] family, byte[] qualifier, - CompareFilter.CompareOp compareOp, + CompareOperator op, ByteArrayComparable comparator, Put put)  @@ -802,7 +802,7 @@ extends
  • LOG

    -
    private static final org.apache.commons.logging.Log LOG
    +
    private static final org.apache.commons.logging.Log LOG
  • @@ -811,7 +811,7 @@ extends
  • sharedDataMap

    -
    private static org.apache.commons.collections.map.ReferenceMap sharedDataMap
    +
    private static org.apache.commons.collections4.map.ReferenceMap sharedDataMap
  • @@ -1571,7 +1571,7 @@ public void  +