public class MetricsTableWrapperStub extends Object implements org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
Constructor and Description |
---|
MetricsTableWrapperStub(String tableName) |
public MetricsTableWrapperStub(String tableName)
public long getReadRequestCount(String table)
getReadRequestCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getWriteRequestCount(String table)
getWriteRequestCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getTotalRequestsCount(String table)
getTotalRequestsCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getFilteredReadRequestCount(String table)
getFilteredReadRequestCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getMemStoreSize(String table)
getMemStoreSize
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getStoreFileSize(String table)
getStoreFileSize
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getTableSize(String table)
getTableSize
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public String getTableName()
public long getNumRegions(String table)
getNumRegions
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getNumStores(String table)
getNumStores
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getNumStoreFiles(String table)
getNumStoreFiles
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getMaxStoreFiles(String table)
getMaxStoreFiles
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getMaxStoreFileAge(String table)
getMaxStoreFileAge
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getMinStoreFileAge(String table)
getMinStoreFileAge
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getAvgStoreFileAge(String table)
getAvgStoreFileAge
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getNumReferenceFiles(String table)
getNumReferenceFiles
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getAvgRegionSize(String table)
getAvgRegionSize
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getStaticIndexSize(String table)
getStaticIndexSize
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getStaticBloomSize(String table)
getStaticBloomSize
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getBloomFilterRequestsCount(String table)
getBloomFilterRequestsCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getBloomFilterNegativeResultsCount(String table)
getBloomFilterNegativeResultsCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public long getBloomFilterEligibleRequestsCount(String table)
getBloomFilterEligibleRequestsCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public Map<String,Long> getMemstoreOnlyRowReadsCount(String table)
getMemstoreOnlyRowReadsCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
public Map<String,Long> getMixedRowReadsCount(String table)
getMixedRowReadsCount
in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.