@InterfaceAudience.Private public interface MetricsTableSource extends Comparable<MetricsTableSource>
Modifier and Type | Field and Description |
---|---|
static String |
MEMSTORE_SIZE |
static String |
MEMSTORE_SIZE_DESC |
static String |
READ_REQUEST_COUNT |
static String |
READ_REQUEST_COUNT_DESC |
static String |
STORE_FILE_SIZE |
static String |
STORE_FILE_SIZE_DESC |
static String |
TABLE_SIZE |
static String |
TABLE_SIZE_DESC |
static String |
TOTAL_REQUEST_COUNT |
static String |
TOTAL_REQUEST_COUNT_DESC |
static String |
WRITE_REQUEST_COUNT |
static String |
WRITE_REQUEST_COUNT_DESC |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the table's metrics as all the region are closing.
|
MetricsTableAggregateSource |
getAggregateSource()
Get the aggregate source to which this reports.
|
String |
getTableName() |
compareTo
static final String READ_REQUEST_COUNT
static final String READ_REQUEST_COUNT_DESC
static final String WRITE_REQUEST_COUNT
static final String WRITE_REQUEST_COUNT_DESC
static final String TOTAL_REQUEST_COUNT
static final String TOTAL_REQUEST_COUNT_DESC
static final String MEMSTORE_SIZE
static final String MEMSTORE_SIZE_DESC
static final String STORE_FILE_SIZE
static final String STORE_FILE_SIZE_DESC
static final String TABLE_SIZE
static final String TABLE_SIZE_DESC
String getTableName()
void close()
MetricsTableAggregateSource getAggregateSource()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.