public class MetricsTableWrapperStub extends Object implements org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
| Constructor and Description | 
|---|
MetricsTableWrapperStub(String tableName)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getAvgRegionSize(String table)  | 
long | 
getAvgStoreFileAge(String table)  | 
long | 
getFilteredReadRequestCount(String table)  | 
long | 
getMaxStoreFileAge(String table)  | 
Map<String,Long> | 
getMemstoreOnlyRowReadsCount(String table)  | 
long | 
getMemStoreSize(String table)  | 
long | 
getMinStoreFileAge(String table)  | 
Map<String,Long> | 
getMixedRowReadsCount(String table)  | 
long | 
getNumReferenceFiles(String table)  | 
long | 
getNumRegions(String table)  | 
long | 
getNumStoreFiles(String table)  | 
long | 
getNumStores(String table)  | 
long | 
getReadRequestCount(String table)  | 
long | 
getStoreFileSize(String table)  | 
String | 
getTableName()  | 
long | 
getTableSize(String table)  | 
long | 
getTotalRequestsCount(String table)  | 
long | 
getWriteRequestCount(String table)  | 
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 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 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.