@InterfaceAudience.Private
public interface MetricsTableQueryMeter
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_READ_QUERY_PER_SECOND |
static String |
TABLE_WRITE_QUERY_PER_SECOND |
| Modifier and Type | Method and Description |
|---|---|
void |
updateTableReadQueryMeter(org.apache.hadoop.hbase.TableName tableName)
Update table read QPS
|
void |
updateTableReadQueryMeter(org.apache.hadoop.hbase.TableName tableName,
long count)
Update table read QPS
|
void |
updateTableWriteQueryMeter(org.apache.hadoop.hbase.TableName tableName)
Update table write QPS
|
void |
updateTableWriteQueryMeter(org.apache.hadoop.hbase.TableName tableName,
long count)
Update table write QPS
|
static final String TABLE_READ_QUERY_PER_SECOND
static final String TABLE_WRITE_QUERY_PER_SECOND
void updateTableReadQueryMeter(org.apache.hadoop.hbase.TableName tableName,
long count)
tableName - The table the metric is forcount - Number of occurrences to recordvoid updateTableReadQueryMeter(org.apache.hadoop.hbase.TableName tableName)
tableName - The table the metric is forvoid updateTableWriteQueryMeter(org.apache.hadoop.hbase.TableName tableName,
long count)
tableName - The table the metric is forcount - Number of occurrences to recordvoid updateTableWriteQueryMeter(org.apache.hadoop.hbase.TableName tableName)
tableName - The table the metric is forCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.