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 8D4E118AB1 for ; Tue, 22 Dec 2015 23:24:25 +0000 (UTC) Received: (qmail 74943 invoked by uid 500); 22 Dec 2015 23:24:24 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 74824 invoked by uid 500); 22 Dec 2015 23:24:24 -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 74463 invoked by uid 99); 22 Dec 2015 23:24:24 -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; Tue, 22 Dec 2015 23:24:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4C366E0939; Tue, 22 Dec 2015 23:24:24 +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: Tue, 22 Dec 2015 23:24:28 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/51] [partial] hbase-site git commit: Published site at 95a13b51ee052eb73882682e8f009bfa1e914866. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/client/TestMultiParallel.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/client/TestMultiParallel.html b/testdevapidocs/org/apache/hadoop/hbase/client/TestMultiParallel.html index fbfc3da..8407fda 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/client/TestMultiParallel.html +++ b/testdevapidocs/org/apache/hadoop/hbase/client/TestMultiParallel.html @@ -512,7 +512,7 @@ extends
  • testBatchWithGet

    -
    public void testBatchWithGet()
    +
    public void testBatchWithGet()
                           throws Exception
    Throws:
    Exception
    @@ -524,7 +524,7 @@ extends
  • testBadFam

    -
    public void testBadFam()
    +
    public void testBadFam()
                     throws Exception
    Throws:
    Exception
    @@ -536,7 +536,7 @@ extends
  • testFlushCommitsNoAbort

    -
    public void testFlushCommitsNoAbort()
    +
    public void testFlushCommitsNoAbort()
                                  throws Exception
    Throws:
    Exception
    @@ -548,7 +548,7 @@ extends
  • testFlushCommitsWithAbort

    -
    public void testFlushCommitsWithAbort()
    +
    public void testFlushCommitsWithAbort()
                                    throws Exception
    Only run one Multi test with a forced RegionServer abort. Otherwise, the unit tests will take an unnecessarily long time to run.
    @@ -562,7 +562,7 @@ extends
  • doTestFlushCommits

    -
    private void doTestFlushCommits(boolean doAbort)
    +
    private void doTestFlushCommits(boolean doAbort)
                              throws Exception
    Set table auto flush to false and test flushing commits
    Parameters:
    doAbort - true if abort one regionserver in the testing
    @@ -576,7 +576,7 @@ extends
  • testBatchWithPut

    -
    public void testBatchWithPut()
    +
    public void testBatchWithPut()
                           throws Exception
    Throws:
    Exception
    @@ -588,7 +588,7 @@ extends
  • testBatchWithDelete

    -
    public void testBatchWithDelete()
    +
    public void testBatchWithDelete()
                              throws Exception
    Throws:
    Exception
    @@ -600,7 +600,7 @@ extends
  • testHTableDeleteWithList

    -
    public void testHTableDeleteWithList()
    +
    public void testHTableDeleteWithList()
                                   throws Exception
    Throws:
    Exception
    @@ -612,7 +612,7 @@ extends
  • testBatchWithManyColsInOneRowGetAndPut

    -
    public void testBatchWithManyColsInOneRowGetAndPut()
    +
    public void testBatchWithManyColsInOneRowGetAndPut()
                                                 throws Exception
    Throws:
    Exception
    @@ -624,7 +624,7 @@ extends
  • testBatchWithIncrementAndAppend

    -
    public void testBatchWithIncrementAndAppend()
    +
    public void testBatchWithIncrementAndAppend()
                                          throws Exception
    Throws:
    Exception
    @@ -636,7 +636,7 @@ extends
  • testNonceCollision

    -
    public void testNonceCollision()
    +
    public void testNonceCollision()
                             throws Exception
    Throws:
    Exception
    @@ -648,7 +648,7 @@ extends
  • testBatchWithMixedActions

    -
    public void testBatchWithMixedActions()
    +
    public void testBatchWithMixedActions()
                                    throws Exception
    Throws:
    Exception
    @@ -660,7 +660,7 @@ extends
  • validateResult

    -
    private void validateResult(Object r)
    +
    private void validateResult(Object r)
  • @@ -669,7 +669,7 @@ extends
  • validateResult

    -
    private void validateResult(Object r1,
    +
    private void validateResult(Object r1,
                       byte[] qual,
                       byte[] val)
  • @@ -680,7 +680,7 @@ extends
  • constructPutRequests

    -
    private List<org.apache.hadoop.hbase.client.Put> constructPutRequests()
    +
    private List<org.apache.hadoop.hbase.client.Put> constructPutRequests()
  • @@ -689,7 +689,7 @@ extends
  • validateLoadedData

    -
    private void validateLoadedData(org.apache.hadoop.hbase.client.Table table)
    +
    private void validateLoadedData(org.apache.hadoop.hbase.client.Table table)
                              throws IOException
    Throws:
    IOException
    @@ -701,7 +701,7 @@ extends
  • validateEmpty

    -
    private void validateEmpty(Object r1)
    +
    private void validateEmpty(Object r1)
  • @@ -710,7 +710,7 @@ extends
  • validateSizeAndEmpty

    -
    private void validateSizeAndEmpty(Object[] results,
    +
    private void validateSizeAndEmpty(Object[] results,
                             int expectedSize)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/client/class-use/TestLeaseRenewal.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/client/class-use/TestLeaseRenewal.html b/testdevapidocs/org/apache/hadoop/hbase/client/class-use/TestLeaseRenewal.html new file mode 100644 index 0000000..f21ddfc --- /dev/null +++ b/testdevapidocs/org/apache/hadoop/hbase/client/class-use/TestLeaseRenewal.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.hadoop.hbase.client.TestLeaseRenewal (Apache HBase 2.0.0-SNAPSHOT Test API) + + + + + + + + + +
    +

    Uses of Class
    org.apache.hadoop.hbase.client.TestLeaseRenewal

    +
    +
    No usage of org.apache.hadoop.hbase.client.TestLeaseRenewal
    + + + + +

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

    + + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/client/package-frame.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/client/package-frame.html b/testdevapidocs/org/apache/hadoop/hbase/client/package-frame.html index aa5f0b6..4a92019 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/client/package-frame.html +++ b/testdevapidocs/org/apache/hadoop/hbase/client/package-frame.html @@ -82,6 +82,7 @@
  • TestHTableMultiplexerFlushCache
  • TestIncrement
  • TestIntraRowPagination
  • +
  • TestLeaseRenewal
  • TestMetaWithReplicas
  • TestMetricsConnection
  • TestMobCloneSnapshotFromClient
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/client/package-summary.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/client/package-summary.html b/testdevapidocs/org/apache/hadoop/hbase/client/package-summary.html index a0c40d8..b0f0d19 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/client/package-summary.html +++ b/testdevapidocs/org/apache/hadoop/hbase/client/package-summary.html @@ -412,196 +412,200 @@ +TestLeaseRenewal +  + + TestMetaWithReplicas
    Tests the scenarios where replicas are enabled for the meta table
    - + TestMetricsConnection   - + TestMobCloneSnapshotFromClient
    Test clone snapshots from the client
    - + TestMobRestoreSnapshotFromClient
    Test restore snapshots from the client
    - + TestMobSnapshotFromClient
    Test create/using/deleting snapshots from the client
    - + TestMultiParallel   - + TestMultipleTimestamps
    Run tests related to TimestampsFilter using HBase client APIs.
    - + TestMultiRespectsLimits
    This test sets the multi size WAAAAAY low and then checks to make sure that gets will still make progress.
    - + TestOperation
    Run tests that use the functionality of the Operation superclass for Puts, Gets, Deletes, Scans, and MultiPuts.
    - + TestProcedureFuture   - + TestProcedureFuture.TestFuture   - + TestPut   - + TestPutDeleteEtcCellIteration
    Test that I can Iterate Client Actions that hold Cells (Get does not have Cells).
    - + TestPutDotHas   - + TestPutWithDelete   - + TestPutWriteToWal   - + TestReplicasClient
    Tests for region replicas.
    - + TestReplicasClient.SlowMeCopro
    This copro is used to synchronize the tests.
    - + TestReplicaWithCluster   - + TestReplicaWithCluster.SlowMeCopro
    This copro is used to synchronize the tests.
    - + TestRestoreSnapshotFromClient
    Test restore snapshots from the client
    - + TestRestoreSnapshotFromClientWithRegionReplicas   - + TestResult   - + TestResultSizeEstimation   - + TestRpcControllerFactory   - + TestRpcControllerFactory.CountingRpcController   - + TestRpcControllerFactory.StaticRpcControllerFactory   - + TestScan   - + TestScannersFromClientSide
    A client-side test, mostly testing scanners with various parameters.
    - + TestScannerTimeout
    Test various scanner timeout issues.
    - + TestShortCircuitConnection   - + TestSizeFailures   - + TestSnapshotFromAdmin
    Test snapshot logic from the client
    - + TestSnapshotFromClient
    Test create/using/deleting snapshots from the client
    - + TestSnapshotFromClientWithRegionReplicas   - + TestSnapshotMetadata
    Test class to verify that metadata is consistent before and after a snapshot attempt.
    - + TestTableSnapshotScanner   - + TestTimestampsFilter
    Run tests related to TimestampsFilter using HBase client APIs.
    - + TestUpdateConfiguration   http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/client/package-tree.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/client/package-tree.html b/testdevapidocs/org/apache/hadoop/hbase/client/package-tree.html index 770e159..9b49e88 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/client/package-tree.html +++ b/testdevapidocs/org/apache/hadoop/hbase/client/package-tree.html @@ -241,6 +241,7 @@
  • org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
  • org.apache.hadoop.hbase.client.TestIncrement
  • org.apache.hadoop.hbase.client.TestIntraRowPagination
  • +
  • org.apache.hadoop.hbase.client.TestLeaseRenewal
  • org.apache.hadoop.hbase.client.TestMetaWithReplicas
  • org.apache.hadoop.hbase.client.TestMetricsConnection
  • org.apache.hadoop.hbase.client.TestMultiParallel
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html b/testdevapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html index b37ecd0..477138b 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html +++ b/testdevapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html @@ -156,9 +156,9 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/package-tree.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/package-tree.html b/testdevapidocs/org/apache/hadoop/hbase/package-tree.html index 136ee11..2a7384a 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/package-tree.html +++ b/testdevapidocs/org/apache/hadoop/hbase/package-tree.html @@ -506,14 +506,14 @@
  • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html b/testdevapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html index ebb5e7b..afa4107 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html +++ b/testdevapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html @@ -147,8 +147,8 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.html b/testdevapidocs/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.html index c1a42b9..1a26db4 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.html +++ b/testdevapidocs/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.html @@ -95,7 +95,7 @@


  • -
    public class TestRSStatusServlet
    +
    public class TestRSStatusServlet
     extends Object
    Tests for the region server status page and its template.
  • @@ -141,10 +141,14 @@ extends LOG  +private org.apache.hadoop.hbase.ipc.RpcServerInterface +rpcServer  + + private org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices  - + private org.apache.hadoop.hbase.regionserver.HRegionServer rs  @@ -220,7 +224,7 @@ extends
  • LOG

    -
    private static final org.apache.commons.logging.Log LOG
    +
    private static final org.apache.commons.logging.Log LOG
  • @@ -229,7 +233,7 @@ extends
  • rs

    -
    private org.apache.hadoop.hbase.regionserver.HRegionServer rs
    +
    private org.apache.hadoop.hbase.regionserver.HRegionServer rs
  • @@ -238,7 +242,16 @@ extends
  • rpcServices

    -
    private org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices
    +
    private org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices
    +
  • + + + + +
      +
    • +

      rpcServer

      +
      private org.apache.hadoop.hbase.ipc.RpcServerInterface rpcServer
    @@ -247,7 +260,7 @@ extends
  • FAKE_IPC_PORT

    -
    static final int FAKE_IPC_PORT
    +
    static final int FAKE_IPC_PORT
    See Also:
    Constant Field Values
  • @@ -257,7 +270,7 @@ extends
  • FAKE_WEB_PORT

    -
    static final int FAKE_WEB_PORT
    +
    static final int FAKE_WEB_PORT
    See Also:
    Constant Field Values
  • @@ -267,7 +280,7 @@ extends
  • fakeServerName

    -
    private final org.apache.hadoop.hbase.ServerName fakeServerName
    +
    private final org.apache.hadoop.hbase.ServerName fakeServerName
  • @@ -276,7 +289,7 @@ extends
  • fakeResponse

    -
    private final org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetServerInfoResponse fakeResponse
    +
    private final org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetServerInfoResponse fakeResponse
  • @@ -285,7 +298,7 @@ extends
  • fakeMasterAddress

    -
    private final org.apache.hadoop.hbase.ServerName fakeMasterAddress
    +
    private final org.apache.hadoop.hbase.ServerName fakeMasterAddress
  • @@ -302,7 +315,7 @@ extends
  • TestRSStatusServlet

    -
    public TestRSStatusServlet()
    +
    public TestRSStatusServlet()
  • @@ -319,7 +332,7 @@ extends
  • setupBasicMocks

    -
    public void setupBasicMocks()
    +
    public void setupBasicMocks()
                          throws IOException,
                                 com.google.protobuf.ServiceException
    Throws:
    @@ -333,7 +346,7 @@ extends
  • testBasic

    -
    public void testBasic()
    +
    public void testBasic()
                    throws IOException,
                           com.google.protobuf.ServiceException
    Throws:
    @@ -347,7 +360,7 @@ extends
  • testWithRegions

    -
    public void testWithRegions()
    +
    public void testWithRegions()
                          throws IOException,
                                 com.google.protobuf.ServiceException
    Throws:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html b/testdevapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html index 1075d6b..5ea25b1 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html +++ b/testdevapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html @@ -541,9 +541,9 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/test/package-tree.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/test/package-tree.html b/testdevapidocs/org/apache/hadoop/hbase/test/package-tree.html index 01222b0..5d3945b 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/test/package-tree.html +++ b/testdevapidocs/org/apache/hadoop/hbase/test/package-tree.html @@ -234,9 +234,9 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32d40534/testdevapidocs/org/apache/hadoop/hbase/util/TestBoundedArrayQueue.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/util/TestBoundedArrayQueue.html b/testdevapidocs/org/apache/hadoop/hbase/util/TestBoundedArrayQueue.html index 8db3975..b2f54d3 100644 --- a/testdevapidocs/org/apache/hadoop/hbase/util/TestBoundedArrayQueue.html +++ b/testdevapidocs/org/apache/hadoop/hbase/util/TestBoundedArrayQueue.html @@ -36,7 +36,7 @@