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 0F64F18561 for ; Mon, 7 Dec 2015 17:55:16 +0000 (UTC) Received: (qmail 93132 invoked by uid 500); 7 Dec 2015 17:55:12 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 93021 invoked by uid 500); 7 Dec 2015 17:55:12 -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 92372 invoked by uid 99); 7 Dec 2015 17:55:12 -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, 07 Dec 2015 17:55:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4F448E08DB; Mon, 7 Dec 2015 17:55:12 +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: Mon, 07 Dec 2015 17:55:26 -0000 Message-Id: In-Reply-To: <3f66068f6723471db9dafa662712c04a@git.apache.org> References: <3f66068f6723471db9dafa662712c04a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/51] [partial] hbase git commit: Published site at 8bf70144e40650ef972f005e2465bd0e2a087c40. http://git-wip-us.apache.org/repos/asf/hbase/blob/2dc53cb9/devapidocs/org/apache/hadoop/hbase/regionserver/LogRoller.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/LogRoller.html b/devapidocs/org/apache/hadoop/hbase/regionserver/LogRoller.html index 6d3f4d6..cfd919c 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/LogRoller.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/LogRoller.html @@ -211,21 +211,17 @@ extends void -removeWAL(WAL wal)  - - -void requestRollAll()  - + void run()  - + private void scheduleFlush(byte[] encodedRegionName)  - + boolean walRollFinished()
For testing only
@@ -355,7 +351,7 @@ extends
  • LogRoller

    -
    public LogRoller(Server server,
    +
    public LogRoller(Server server,
              RegionServerServices services)
    Parameters:
    server -
  • @@ -377,22 +373,13 @@ extends public void addWAL(WAL wal) - - - - @@ -401,7 +388,7 @@ extends
  • interrupt

    -
    public void interrupt()
    +
    public void interrupt()
    Overrides:
    interrupt in class HasThread
    @@ -414,7 +401,7 @@ extends
  • run

    -
    public void run()
    +
    public void run()
    Specified by:
    run in interface Runnable
    @@ -429,7 +416,7 @@ extends
  • scheduleFlush

    -
    private void scheduleFlush(byte[] encodedRegionName)
    +
    private void scheduleFlush(byte[] encodedRegionName)
    Parameters:
    encodedRegionName - Encoded name of region to flush.
  • @@ -439,7 +426,7 @@ extends
  • walRollFinished

    -
    public boolean walRollFinished()
    +
    public boolean walRollFinished()
    For testing only
    Returns:
    true if all WAL roll finished
  • http://git-wip-us.apache.org/repos/asf/hbase/blob/2dc53cb9/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.html b/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.html index f822bba..21cdb09 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.html @@ -406,100 +406,106 @@ +long +getNumWALSlowAppend() +
    Get the number of WAL files with slow appends for this region server.
    + + + double getPercentFileLocal()
    Get the percent of HFiles' that are local.
    - + double getPercentFileLocalSecondaryRegions()
    Get the percent of HFiles' that are local for secondary region replicas.
    - + long getReadRequestsCount()
    Get the number of read requests to regions hosted on this region server.
    - + double getRequestsPerSecond()
    Get the number of requests per second.
    - + String getServerName()
    Get ServerName
    - + int getSmallCompactionQueueSize()  - + int getSplitQueueSize()
    Get the size of the split queue
    - + long getStartCode()
    Get HRegionServer start time
    - + long getStoreFileIndexSize()
    Get the Size (in bytes) of indexes in storefiles on disk.
    - + long getStoreFileSize()
    Get the total size of the store files this region server is serving from.
    - + long getTotalRequestCount()
    Get the total number of requests per second.
    - + long getTotalStaticBloomSize()
    Get the size (in bytes) of the static bloom filters.
    - + long getTotalStaticIndexSize()
    Get the size (in bytes) of of the static indexes including the roots.
    - + long getUpdatesBlockedTime()
    Get the amount of time that updates were blocked.
    - + long getWALFileSize()
    Get the size of WAL files of this region server.
    - + long getWriteRequestsCount()
    Get the number of write requests to regions hosted on this region server.
    - + String getZookeeperQuorum()
    Get the Zookeeper Quorum Info
    @@ -614,13 +620,23 @@
    Get the size of WAL files of this region server.
  • + + + +
      +
    • +

      getNumWALSlowAppend

      +
      long getNumWALSlowAppend()
      +
      Get the number of WAL files with slow appends for this region server.
      +
    • +
    @@ -630,7 +646,7 @@ @@ -640,7 +656,7 @@ @@ -650,7 +666,7 @@ @@ -660,7 +676,7 @@ @@ -670,7 +686,7 @@ @@ -680,7 +696,7 @@ @@ -690,7 +706,7 @@ @@ -700,7 +716,7 @@ @@ -710,7 +726,7 @@ @@ -720,7 +736,7 @@ @@ -730,7 +746,7 @@ @@ -740,7 +756,7 @@ @@ -750,7 +766,7 @@


    -
    public class MetricsRegionServerWrapperImpl.RegionServerMetricsWrapperRunnable
    +
    public class MetricsRegionServerWrapperImpl.RegionServerMetricsWrapperRunnable
     extends Object
     implements Runnable
    This is the runnable that will be executed on the executor every PERIOD number of seconds @@ -199,7 +199,7 @@ implements
  • lastRan

    -
    private long lastRan
    +
    private long lastRan
  • @@ -208,7 +208,7 @@ implements
  • lastRequestCount

    -
    private long lastRequestCount
    +
    private long lastRequestCount
  • @@ -225,7 +225,7 @@ implements
  • MetricsRegionServerWrapperImpl.RegionServerMetricsWrapperRunnable

    -
    public MetricsRegionServerWrapperImpl.RegionServerMetricsWrapperRunnable()
    +
    public MetricsRegionServerWrapperImpl.RegionServerMetricsWrapperRunnable()
  • @@ -242,7 +242,7 @@ implements
  • run

    -
    public void run()
    +
    public void run()
    Specified by:
    run in interface Runnable