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.MetricsTableWrapperAggregatepublic long getWriteRequestCount(String table)
getWriteRequestCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getTotalRequestsCount(String table)
getTotalRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getFilteredReadRequestCount(String table)
getFilteredReadRequestCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getMemStoreSize(String table)
getMemStoreSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getStoreFileSize(String table)
getStoreFileSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getTableSize(String table)
getTableSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic String getTableName()
public long getNumRegions(String table)
getNumRegions in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getNumStores(String table)
getNumStores in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getNumStoreFiles(String table)
getNumStoreFiles in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getMaxStoreFiles(String table)
getMaxStoreFiles in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getMaxStoreFileAge(String table)
getMaxStoreFileAge in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getMinStoreFileAge(String table)
getMinStoreFileAge in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getAvgStoreFileAge(String table)
getAvgStoreFileAge in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getNumReferenceFiles(String table)
getNumReferenceFiles in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getAvgRegionSize(String table)
getAvgRegionSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getStaticIndexSize(String table)
getStaticIndexSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getStaticBloomSize(String table)
getStaticBloomSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getBloomFilterRequestsCount(String table)
getBloomFilterRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getBloomFilterNegativeResultsCount(String table)
getBloomFilterNegativeResultsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getBloomFilterEligibleRequestsCount(String table)
getBloomFilterEligibleRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic Map<String,Long> getMemstoreOnlyRowReadsCount(String table)
getMemstoreOnlyRowReadsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic Map<String,Long> getMixedRowReadsCount(String table)
getMixedRowReadsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.