Uses of Interface
org.apache.cassandra.db.monitoring.Monitorable
-
Packages that use Monitorable Package Description org.apache.cassandra.db org.apache.cassandra.db.monitoring -
-
Uses of Monitorable in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement Monitorable Modifier and Type Class Description classPartitionRangeReadCommandA read command that selects a (part of a) range of partitions.static classPartitionRangeReadCommand.VirtualTablePartitionRangeReadCommandclassReadCommandGeneral interface for storage-engine read commands (common to both range and single partition commands).classSinglePartitionReadCommandA read command that selects a (part of a) single partition.static classSinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand -
Uses of Monitorable in org.apache.cassandra.db.monitoring
Classes in org.apache.cassandra.db.monitoring that implement Monitorable Modifier and Type Class Description classMonitorableImpl
-