@InterfaceAudience.Private public class MetricsTableWrapperAggregateImpl extends Object implements org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate, Closeable
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsTableWrapperAggregateImpl.TableMetricsWrapperRunnable |
| Constructor and Description |
|---|
MetricsTableWrapperAggregateImpl(HRegionServer regionServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getMemStoresSize(String table) |
long |
getReadRequestsCount(String table) |
long |
getStoreFilesSize(String table) |
long |
getTableSize(String table) |
long |
getTotalRequestsCount(String table) |
long |
getWriteRequestsCount(String table) |
public MetricsTableWrapperAggregateImpl(HRegionServer regionServer)
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 void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.