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 | 
getMemStoresSize(String table)  | 
long | 
getReadRequestsCount(String table)  | 
long | 
getStoreFilesSize(String table)  | 
String | 
getTableName()  | 
long | 
getTableSize(String table)  | 
long | 
getTotalRequestsCount(String table)  | 
long | 
getWriteRequestsCount(String table)  | 
public MetricsTableWrapperStub(String tableName)
public long getReadRequestsCount(String table)
getReadRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getWriteRequestsCount(String table)
getWriteRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getTotalRequestsCount(String table)
getTotalRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getMemStoresSize(String table)
getMemStoresSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getStoreFilesSize(String table)
getStoreFilesSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic long getTableSize(String table)
getTableSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregatepublic String getTableName()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.