@InterfaceAudience.Private public interface MetricsTableWrapperAggregate
| Modifier and Type | Method and Description | 
|---|---|
| long | getMemStoresSize(String table)Get the memory store size against this table | 
| long | getReadRequestsCount(String table)Get the number of read requests that have been issued against this table | 
| long | getStoreFilesSize(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 against this table | 
| long | getWriteRequestsCount(String table)Get the number of write requests that have been issued against this table | 
long getReadRequestsCount(String table)
long getWriteRequestsCount(String table)
long getTotalRequestsCount(String table)
long getMemStoresSize(String table)
long getStoreFilesSize(String table)
long getTableSize(String table)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.