@InterfaceAudience.Private public class MetricsTableWrapperAggregateImpl extends Object implements MetricsTableWrapperAggregate, Closeable
| 限定符和类型 | 类和说明 |
|---|---|
class |
MetricsTableWrapperAggregateImpl.TableMetricsWrapperRunnable |
| 构造器和说明 |
|---|
MetricsTableWrapperAggregateImpl(HRegionServer regionServer) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
long |
getAvgRegionSize(String table) |
long |
getAvgStoreFileAge(String table) |
long |
getCpRequestCount(String table) |
long |
getFilteredReadRequestCount(String table) |
long |
getMaxStoreFileAge(String table) |
long |
getMemStoreSize(String table) |
long |
getMinStoreFileAge(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) |
long |
getTableSize(String table) |
long |
getTotalRequestsCount(String table) |
long |
getWriteRequestCount(String table) |
public MetricsTableWrapperAggregateImpl(HRegionServer regionServer)
public long getReadRequestCount(String table)
public long getFilteredReadRequestCount(String table)
public long getWriteRequestCount(String table)
public long getTotalRequestsCount(String table)
public long getMemStoreSize(String table)
getMemStoreSize 在接口中 MetricsTableWrapperAggregatepublic long getStoreFileSize(String table)
getStoreFileSize 在接口中 MetricsTableWrapperAggregatepublic long getTableSize(String table)
getTableSize 在接口中 MetricsTableWrapperAggregatepublic long getNumRegions(String table)
getNumRegions 在接口中 MetricsTableWrapperAggregatepublic long getNumStores(String table)
getNumStores 在接口中 MetricsTableWrapperAggregatepublic long getNumStoreFiles(String table)
getNumStoreFiles 在接口中 MetricsTableWrapperAggregatepublic long getMaxStoreFileAge(String table)
public long getMinStoreFileAge(String table)
public long getAvgStoreFileAge(String table)
public long getNumReferenceFiles(String table)
public long getAvgRegionSize(String table)
getAvgRegionSize 在接口中 MetricsTableWrapperAggregatepublic long getCpRequestCount(String table)
public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.