Package org.apache.cassandra.db.virtual
Class TableMetricTables
java.lang.Object
org.apache.cassandra.db.virtual.TableMetricTables
Contains multiple the Table Metric virtual tables. This is not a direct wrapper over the Metrics like with JMX but a
view to the metrics so that the underlying mechanism can change but still give same appearance (like nodetool).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<VirtualTable>Generates all table metric tables in a collection
-
Constructor Details
-
TableMetricTables
public TableMetricTables()
-
-
Method Details
-
getAll
Generates all table metric tables in a collection
-