@InterfaceAudience.Private
public interface MetricsTableQueryMeter
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
|
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.