@InterfaceAudience.Private public interface MetricsTableWrapperAggregate
Modifier and Type | Method and Description |
---|---|
long |
getAvgRegionSize(String table)
Get the average region size for this table
|
long |
getAvgStoreFileAge(String table) |
long |
getFilteredReadRequestCount(String table)
Get the number of write requests that have been issued against this table
|
long |
getMaxStoreFileAge(String table) |
long |
getMemStoreSize(String table)
Get the memory store size against 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 against this table
|
long |
getTableSize(String table)
Get the table region size against this table
|
long |
getTotalRequestsCount(String table)
Get the total number of requests that have been issued for this table
|
long |
getWriteRequestCount(String table)
Get the number of write requests that have been issued for this table
|
long getReadRequestCount(String table)
long getFilteredReadRequestCount(String table)
long getWriteRequestCount(String table)
long getTotalRequestsCount(String table)
long getMemStoreSize(String table)
long getStoreFileSize(String table)
long getTableSize(String table)
long getAvgRegionSize(String table)
long getNumRegions(String table)
long getNumStores(String table)
long getNumStoreFiles(String table)
long getMaxStoreFileAge(String table)
long getMinStoreFileAge(String table)
long getAvgStoreFileAge(String table)
long getNumReferenceFiles(String table)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.