Package org.apache.cassandra.db.virtual
Interface CIDRFilteringMetricsTableMBean
- All Known Implementing Classes:
CIDRFilteringMetricsTable
public interface CIDRFilteringMetricsTableMBean
mbean to expose CIDR filtering metrics virtual table to JMX/nodetool
-
Method Summary
Modifier and TypeMethodDescriptionRetreive rows from CIDR filtering counts metrics virtual tableRetreive rows from CIDR filtering latency metrics virtual table
-
Method Details
-
getCountsMetricsFromVtable
Retreive rows from CIDR filtering counts metrics virtual table- Returns:
- map of rows, map's key is metric name, map's value is metric value
-
getLatenciesMetricsFromVtable
Retreive rows from CIDR filtering latency metrics virtual table- Returns:
- map of rows, map's key is metric name, map's values are latency percentiles
-