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