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 4F17A18503 for ; Fri, 5 Feb 2016 16:46:14 +0000 (UTC) Received: (qmail 52930 invoked by uid 500); 5 Feb 2016 16:46:01 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 52847 invoked by uid 500); 5 Feb 2016 16:46:01 -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 50406 invoked by uid 99); 5 Feb 2016 16:45:59 -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, 05 Feb 2016 16:45:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5CDDDE0B28; Fri, 5 Feb 2016 16:45:59 +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: Fri, 05 Feb 2016 16:46:36 -0000 Message-Id: <412129cf8200468c917c016b15f9f21e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [39/51] [partial] hbase-site git commit: Published site at 6f6a8ed71fe98b83e8a8db974fc15b0d8597b174. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1b9384b2/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.html b/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.html index 2a205ee..4affe24 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.html @@ -205,141 +205,145 @@ implements private long -flushedCellsCount  +filteredReadRequestsCount  private long -flushedCellsSize  +flushedCellsCount  +private long +flushedCellsSize  + + private static org.apache.commons.logging.Log LOG  - + private long majorCompactedCellsCount  - + private long majorCompactedCellsSize  - + private long memstoreSize  - + private MetricsWALSource metricsWALSource  - + private MobFileCache mobFileCache  - + private long mobFileCacheAccessCount  - + private long mobFileCacheCount  - + private long mobFileCacheEvictedCount  - + private double mobFileCacheHitRatio  - + private long mobFileCacheMissCount  - + private long mobFlushCount  - + private long mobFlushedCellsCount  - + private long mobFlushedCellsSize  - + private long mobScanCellsCount  - + private long mobScanCellsSize  - + private long numMutationsWithoutWAL  - + private long numStoreFiles  - + private long numStores  - + private long numWALFiles  - + private double percentFileLocal  - + private double percentFileLocalSecondaryRegions  - + private long period  - + private long readRequestsCount  - + private HRegionServer regionServer  - + private double requestsPerSecond  - + private Runnable runnable  - + private long storefileIndexSize  - + private long storeFileSize  - + private long totalStaticBloomSize  - + private long totalStaticIndexSize  - + private long walFileSize  - + private long writeRequestsCount  @@ -532,256 +536,262 @@ implements long +getFilteredReadRequestsCount() +
Get the number of filtered read requests to regions hosted on this region server.
+ + + +long getFlushedCellsCount()
Get the number of cells flushed to disk.
- + long getFlushedCellsSize()
Get the total amount of data flushed to disk, in bytes.
- + int getFlushQueueSize()
Get the size of the flush queue.
- + long getHedgedReadOps()  - + long getHedgedReadWins()  - + int getLargeCompactionQueueSize()  - + long getMajorCompactedCellsCount()
Get the number of cells processed during major compactions.
- + long getMajorCompactedCellsSize()
Get the total amount of data processed during major compactions, in bytes.
- + long getMemstoreSize()
Get the size of the memstore on this region server.
- + long getMobFileCacheAccessCount()
Gets the count of accesses to the mob file cache.
- + long getMobFileCacheCount()
Gets the count of cached mob files.
- + long getMobFileCacheEvictedCount()
Gets the number of items evicted from the mob file cache.
- + double getMobFileCacheHitPercent()
Gets the hit percent to the mob file cache.
- + long getMobFileCacheMissCount()
Gets the count of misses to the mob file cache.
- + long getMobFlushCount()
Gets the number of the flushes in mob-enabled stores.
- + long getMobFlushedCellsCount()
Gets the number of mob cells flushed to disk.
- + long getMobFlushedCellsSize()
Gets the total amount of mob cells flushed to disk, in bytes.
- + long getMobScanCellsCount()
Gets the number of scanned mob cells.
- + long getMobScanCellsSize()
Gets the total amount of scanned mob cells, in bytes.
- + long getNumMutationsWithoutWAL()
Number of mutations received with WAL explicitly turned off.
- + long getNumOnlineRegions()
The number of online regions
- + long getNumStoreFiles()
Get the number of store files hosted on this region server.
- + long getNumStores()
Get the number of stores hosted on this region server.
- + long getNumWALFiles()
Get the number of WAL files of this region server.
- + 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
- + private void initBlockCache()
It's possible that due to threading the block cache could not be initialized yet (testing multiple region servers in one jvm).
- + private void initMobFileCache()
Initializes the mob file cache.
@@ -926,13 +936,22 @@ implements readRequestsCount + + + + @@ -941,7 +960,7 @@ implements
  • checkAndMutateChecksFailed

    -
    private volatile long checkAndMutateChecksFailed
    +
    private volatile long checkAndMutateChecksFailed
  • @@ -950,7 +969,7 @@ implements
  • checkAndMutateChecksPassed

    -
    private volatile long checkAndMutateChecksPassed
    +
    private volatile long checkAndMutateChecksPassed
  • @@ -959,7 +978,7 @@ implements
  • storefileIndexSize

    -
    private volatile long storefileIndexSize
    +
    private volatile long storefileIndexSize
  • @@ -968,7 +987,7 @@ implements
  • totalStaticIndexSize

    -
    private volatile long totalStaticIndexSize
    +
    private volatile long totalStaticIndexSize
  • @@ -977,7 +996,7 @@ implements
  • totalStaticBloomSize

    -
    private volatile long totalStaticBloomSize
    +
    private volatile long totalStaticBloomSize
  • @@ -986,7 +1005,7 @@ implements
  • numMutationsWithoutWAL

    -
    private volatile long numMutationsWithoutWAL
    +
    private volatile long numMutationsWithoutWAL
  • @@ -995,7 +1014,7 @@ implements
  • dataInMemoryWithoutWAL

    -
    private volatile long dataInMemoryWithoutWAL
    +
    private volatile long dataInMemoryWithoutWAL
  • @@ -1004,7 +1023,7 @@ implements
  • percentFileLocal

    -
    private volatile double percentFileLocal
    +
    private volatile double percentFileLocal
  • @@ -1013,7 +1032,7 @@ implements
  • percentFileLocalSecondaryRegions

    -
    private volatile double percentFileLocalSecondaryRegions
    +
    private volatile double percentFileLocalSecondaryRegions
  • @@ -1022,7 +1041,7 @@ implements
  • flushedCellsCount

    -
    private volatile long flushedCellsCount
    +
    private volatile long flushedCellsCount
  • @@ -1031,7 +1050,7 @@ implements
  • compactedCellsCount

    -
    private volatile long compactedCellsCount
    +
    private volatile long compactedCellsCount
  • @@ -1040,7 +1059,7 @@ implements
  • majorCompactedCellsCount

    -
    private volatile long majorCompactedCellsCount
    +
    private volatile long majorCompactedCellsCount
  • @@ -1049,7 +1068,7 @@ implements
  • flushedCellsSize

    -
    private volatile long flushedCellsSize
    +
    private volatile long flushedCellsSize
  • @@ -1058,7 +1077,7 @@ implements
  • compactedCellsSize

    -
    private volatile long compactedCellsSize
    +
    private volatile long compactedCellsSize
  • @@ -1067,7 +1086,7 @@ implements
  • majorCompactedCellsSize

    -
    private volatile long majorCompactedCellsSize
    +
    private volatile long majorCompactedCellsSize
  • @@ -1076,7 +1095,7 @@ implements
  • cellsCountCompactedToMob

    -
    private volatile long cellsCountCompactedToMob
    +
    private volatile long cellsCountCompactedToMob
  • @@ -1085,7 +1104,7 @@ implements
  • cellsCountCompactedFromMob

    -
    private volatile long cellsCountCompactedFromMob
    +
    private volatile long cellsCountCompactedFromMob
  • @@ -1094,7 +1113,7 @@ implements
  • cellsSizeCompactedToMob

    -
    private volatile long cellsSizeCompactedToMob
    +
    private volatile long cellsSizeCompactedToMob
  • @@ -1103,7 +1122,7 @@ implements
  • cellsSizeCompactedFromMob

    -
    private volatile long cellsSizeCompactedFromMob
    +
    private volatile long cellsSizeCompactedFromMob
  • @@ -1112,7 +1131,7 @@ implements
  • mobFlushCount

    -
    private volatile long mobFlushCount
    +
    private volatile long mobFlushCount
  • @@ -1121,7 +1140,7 @@ implements
  • mobFlushedCellsCount

    -
    private volatile long mobFlushedCellsCount
    +
    private volatile long mobFlushedCellsCount
  • @@ -1130,7 +1149,7 @@ implements
  • mobFlushedCellsSize

    -
    private volatile long mobFlushedCellsSize
    +
    private volatile long mobFlushedCellsSize
  • @@ -1139,7 +1158,7 @@ implements
  • mobScanCellsCount

    -
    private volatile long mobScanCellsCount
    +
    private volatile long mobScanCellsCount
  • @@ -1148,7 +1167,7 @@ implements
  • mobScanCellsSize

    -
    private volatile long mobScanCellsSize
    +
    private volatile long mobScanCellsSize
  • @@ -1157,7 +1176,7 @@ implements
  • mobFileCacheAccessCount

    -
    private volatile long mobFileCacheAccessCount
    +
    private volatile long mobFileCacheAccessCount
  • @@ -1166,7 +1185,7 @@ implements
  • mobFileCacheMissCount

    -
    private volatile long mobFileCacheMissCount
    +
    private volatile long mobFileCacheMissCount
  • @@ -1175,7 +1194,7 @@ implements
  • mobFileCacheHitRatio

    -
    private volatile double mobFileCacheHitRatio
    +
    private volatile double mobFileCacheHitRatio
  • @@ -1184,7 +1203,7 @@ implements
  • mobFileCacheEvictedCount

    -
    private volatile long mobFileCacheEvictedCount
    +
    private volatile long mobFileCacheEvictedCount
  • @@ -1193,7 +1212,7 @@ implements
  • mobFileCacheCount

    -
    private volatile long mobFileCacheCount
    +
    private volatile long mobFileCacheCount
  • @@ -1202,7 +1221,7 @@ implements
  • blockedRequestsCount

    -
    private volatile long blockedRequestsCount
    +
    private volatile long blockedRequestsCount
  • @@ -1211,7 +1230,7 @@ implements
  • cacheStats

    -
    private CacheStats cacheStats
    +
    private CacheStats cacheStats
  • @@ -1220,7 +1239,7 @@ implements
  • executor

    -
    private ScheduledExecutorService executor
    +
    private ScheduledExecutorService executor
  • @@ -1229,7 +1248,7 @@ implements
  • runnable

    -
    private Runnable runnable
    +
    private Runnable runnable
  • @@ -1238,7 +1257,7 @@ implements
  • period

    -
    private long period
    +
    private long period
  • @@ -1247,7 +1266,7 @@ implements
  • dfsHedgedReadMetrics

    -
    private org.apache.hadoop.hdfs.DFSHedgedReadMetrics dfsHedgedReadMetrics
    +
    private org.apache.hadoop.hdfs.DFSHedgedReadMetrics dfsHedgedReadMetrics
    Can be null if not on hdfs.
  • @@ -1265,7 +1284,7 @@ implements
  • MetricsRegionServerWrapperImpl

    -
    public MetricsRegionServerWrapperImpl(HRegionServer regionServer)
    +
    public MetricsRegionServerWrapperImpl(HRegionServer regionServer)
  • @@ -1282,7 +1301,7 @@ implements
  • initBlockCache

    -
    private void initBlockCache()
    +
    private void initBlockCache()
    It's possible that due to threading the block cache could not be initialized yet (testing multiple region servers in one jvm). So we need to try and initialize the blockCache and cacheStats reference multiple times until we succeed.
    @@ -1294,7 +1313,7 @@ implements
  • initMobFileCache

    -
    private void initMobFileCache()
    +
    private void initMobFileCache()
    Initializes the mob file cache.
  • @@ -1304,7 +1323,7 @@ implements
  • getClusterId

    -
    public String getClusterId()
    +
    public String getClusterId()
    Description copied from interface: MetricsRegionServerWrapper
    Get the Cluster ID
    @@ -1319,7 +1338,7 @@ implements
  • getStartCode

    -
    public long getStartCode()
    +
    public long getStartCode()
    Description copied from interface: MetricsRegionServerWrapper
    Get HRegionServer start time
    @@ -1334,7 +1353,7 @@ implements
  • getZookeeperQuorum

    -
    public String getZookeeperQuorum()
    +
    public String getZookeeperQuorum()
    Description copied from interface: MetricsRegionServerWrapper
    Get the Zookeeper Quorum Info
    @@ -1349,7 +1368,7 @@ implements
  • getCoprocessors

    -
    public String getCoprocessors()
    +
    public String getCoprocessors()
    Description copied from interface: MetricsRegionServerWrapper
    Get the co-processors
    @@ -1364,7 +1383,7 @@ implements
  • getServerName

    -
    public String getServerName()
    +
    public String getServerName()
    Description copied from interface: MetricsRegionServerWrapper
    Get ServerName
    @@ -1379,7 +1398,7 @@ implements
  • getNumOnlineRegions

    -
    public long getNumOnlineRegions()
    +
    public long getNumOnlineRegions()
    Description copied from interface: MetricsRegionServerWrapper
    The number of online regions
    @@ -1394,7 +1413,7 @@ implements
  • getTotalRequestCount

    -
    public long getTotalRequestCount()
    +
    public long getTotalRequestCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the total number of requests per second.
    @@ -1409,7 +1428,7 @@ implements
  • getSplitQueueSize

    -
    public int getSplitQueueSize()
    +
    public int getSplitQueueSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the size of the split queue
    @@ -1424,7 +1443,7 @@ implements
  • getCompactionQueueSize

    -
    public int getCompactionQueueSize()
    +
    public int getCompactionQueueSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the size of the compaction queue
    @@ -1439,7 +1458,7 @@ implements
  • getSmallCompactionQueueSize

    -
    public int getSmallCompactionQueueSize()
    +
    public int getSmallCompactionQueueSize()
    Specified by:
    getSmallCompactionQueueSize in interface MetricsRegionServerWrapper
    @@ -1452,7 +1471,7 @@ implements
  • getLargeCompactionQueueSize

    -
    public int getLargeCompactionQueueSize()
    +
    public int getLargeCompactionQueueSize()
    Specified by:
    getLargeCompactionQueueSize in interface MetricsRegionServerWrapper
    @@ -1465,7 +1484,7 @@ implements
  • getFlushQueueSize

    -
    public int getFlushQueueSize()
    +
    public int getFlushQueueSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the size of the flush queue.
    @@ -1480,7 +1499,7 @@ implements
  • getBlockCacheCount

    -
    public long getBlockCacheCount()
    +
    public long getBlockCacheCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of items in the block cache.
    @@ -1495,7 +1514,7 @@ implements
  • getBlockCacheSize

    -
    public long getBlockCacheSize()
    +
    public long getBlockCacheSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the total size (in bytes) of the block cache.
    @@ -1510,7 +1529,7 @@ implements
  • getBlockCacheFreeSize

    -
    public long getBlockCacheFreeSize()
    +
    public long getBlockCacheFreeSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the size (in bytes) of the block cache that is free.
    @@ -1525,7 +1544,7 @@ implements
  • getBlockCacheHitCount

    -
    public long getBlockCacheHitCount()
    +
    public long getBlockCacheHitCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the count of hits to the block cache
    @@ -1540,7 +1559,7 @@ implements
  • getBlockCachePrimaryHitCount

    -
    public long getBlockCachePrimaryHitCount()
    +
    public long getBlockCachePrimaryHitCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the count of hits to primary replica in the block cache
    @@ -1555,7 +1574,7 @@ implements
  • getBlockCacheMissCount

    -
    public long getBlockCacheMissCount()
    +
    public long getBlockCacheMissCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the count of misses to the block cache.
    @@ -1570,7 +1589,7 @@ implements
  • getBlockCachePrimaryMissCount

    -
    public long getBlockCachePrimaryMissCount()
    +
    public long getBlockCachePrimaryMissCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the count of misses to primary replica in the block cache.
    @@ -1585,7 +1604,7 @@ implements
  • getBlockCacheEvictedCount

    -
    public long getBlockCacheEvictedCount()
    +
    public long getBlockCacheEvictedCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of items evicted from the block cache.
    @@ -1600,7 +1619,7 @@ implements
  • getBlockCachePrimaryEvictedCount

    -
    public long getBlockCachePrimaryEvictedCount()
    +
    public long getBlockCachePrimaryEvictedCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of items evicted from primary replica in the block cache.
    @@ -1615,7 +1634,7 @@ implements
  • getBlockCacheHitPercent

    -
    public double getBlockCacheHitPercent()
    +
    public double getBlockCacheHitPercent()
    Description copied from interface: MetricsRegionServerWrapper
    Get the percent of all requests that hit the block cache.
    @@ -1630,7 +1649,7 @@ implements
  • getBlockCacheHitCachingPercent

    -
    public double getBlockCacheHitCachingPercent()
    +
    public double getBlockCacheHitCachingPercent()
    Description copied from interface: MetricsRegionServerWrapper
    Get the percent of requests with the block cache turned on that hit the block cache.
    @@ -1645,7 +1664,7 @@ implements
  • getBlockCacheFailedInsertions

    -
    public long getBlockCacheFailedInsertions()
    +
    public long getBlockCacheFailedInsertions()
    Description copied from interface: MetricsRegionServerWrapper
    Number of cache insertions that failed.
    @@ -1660,7 +1679,7 @@ implements
  • forceRecompute

    -
    public void forceRecompute()
    +
    public void forceRecompute()
    Description copied from interface: MetricsRegionServerWrapper
    Force a re-computation of the metrics.
    @@ -1675,7 +1694,7 @@ implements
  • getNumStores

    -
    public long getNumStores()
    +
    public long getNumStores()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of stores hosted on this region server.
    @@ -1690,7 +1709,7 @@ implements
  • getNumWALFiles

    -
    public long getNumWALFiles()
    +
    public long getNumWALFiles()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of WAL files of this region server.
    @@ -1705,7 +1724,7 @@ implements
  • getWALFileSize

    -
    public long getWALFileSize()
    +
    public long getWALFileSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the size of WAL files of this region server.
    @@ -1720,7 +1739,7 @@ implements
  • getNumWALSlowAppend

    -
    public long getNumWALSlowAppend()
    +
    public long getNumWALSlowAppend()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of WAL files with slow appends for this region server.
    @@ -1735,7 +1754,7 @@ implements
  • getNumStoreFiles

    -
    public long getNumStoreFiles()
    +
    public long getNumStoreFiles()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of store files hosted on this region server.
    @@ -1750,7 +1769,7 @@ implements
  • getMemstoreSize

    -
    public long getMemstoreSize()
    +
    public long getMemstoreSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the size of the memstore on this region server.
    @@ -1765,7 +1784,7 @@ implements
  • getStoreFileSize

    -
    public long getStoreFileSize()
    +
    public long getStoreFileSize()
    Description copied from interface: MetricsRegionServerWrapper
    Get the total size of the store files this region server is serving from.
    @@ -1780,7 +1799,7 @@ implements
  • getRequestsPerSecond

    -
    public double getRequestsPerSecond()
    +
    public double getRequestsPerSecond()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of requests per second.
    @@ -1795,7 +1814,7 @@ implements
  • getReadRequestsCount

    -
    public long getReadRequestsCount()
    +
    public long getReadRequestsCount()
    Description copied from interface: MetricsRegionServerWrapper
    Get the number of read requests to regions hosted on this region server.
    @@ -1804,13 +1823,28 @@ implements + + +