public class MetricsTableWrapperStub extends Object implements MetricsTableWrapperAggregate
| Constructor and Description |
|---|
MetricsTableWrapperStub(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgRegionSize(String table)
Get the average region size for this table
|
long |
getAvgStoreFileAge(String table) |
long |
getMaxStoreFileAge(String table) |
long |
getMemstoreSize(String table)
Get the memory store size for this table
|
long |
getMinStoreFileAge(String table) |
long |
getNumReferenceFiles(String table) |
long |
getNumRegions(String table)
Get the number of regions hosted on for this table
|
long |
getNumStoreFiles(String table)
Get the number of store files hosted for this table
|
long |
getNumStores(String table)
Get the number of stores hosted on for this table
|
long |
getReadRequestCount(String table)
Get the number of read requests that have been issued against this table
|
long |
getStoreFileSize(String table)
Get the store file size for this table
|
String |
getTableName() |
long |
getTableSize(String table)
Get the table region size for this table
|
long |
getTotalRequestsCount(String table)
Get the total number of requests that have been issued against this table
|
long |
getWriteRequestCount(String table)
Get the number of write requests that have been issued against this table
|
public MetricsTableWrapperStub(String tableName)
public long getReadRequestCount(String table)
MetricsTableWrapperAggregategetReadRequestCount in interface MetricsTableWrapperAggregatepublic long getWriteRequestCount(String table)
MetricsTableWrapperAggregategetWriteRequestCount in interface MetricsTableWrapperAggregatepublic long getTotalRequestsCount(String table)
MetricsTableWrapperAggregategetTotalRequestsCount in interface MetricsTableWrapperAggregatepublic long getMemstoreSize(String table)
MetricsTableWrapperAggregategetMemstoreSize in interface MetricsTableWrapperAggregatepublic long getStoreFileSize(String table)
MetricsTableWrapperAggregategetStoreFileSize in interface MetricsTableWrapperAggregatepublic long getTableSize(String table)
MetricsTableWrapperAggregategetTableSize in interface MetricsTableWrapperAggregatepublic String getTableName()
public long getNumRegions(String table)
MetricsTableWrapperAggregategetNumRegions in interface MetricsTableWrapperAggregatepublic long getNumStores(String table)
MetricsTableWrapperAggregategetNumStores in interface MetricsTableWrapperAggregatepublic long getNumStoreFiles(String table)
MetricsTableWrapperAggregategetNumStoreFiles in interface MetricsTableWrapperAggregatepublic long getMaxStoreFileAge(String table)
getMaxStoreFileAge in interface MetricsTableWrapperAggregatepublic long getMinStoreFileAge(String table)
getMinStoreFileAge in interface MetricsTableWrapperAggregatepublic long getAvgStoreFileAge(String table)
getAvgStoreFileAge in interface MetricsTableWrapperAggregatepublic long getNumReferenceFiles(String table)
getNumReferenceFiles in interface MetricsTableWrapperAggregatepublic long getAvgRegionSize(String table)
MetricsTableWrapperAggregategetAvgRegionSize in interface MetricsTableWrapperAggregate