Class StatsKeyspace


  • public class StatsKeyspace
    extends java.lang.Object
    • Field Detail

      • tables

        public java.util.List<StatsTable> tables
      • name

        public java.lang.String name
      • readCount

        public long readCount
      • writeCount

        public long writeCount
      • pendingFlushes

        public int pendingFlushes
    • Constructor Detail

      • StatsKeyspace

        public StatsKeyspace​(NodeProbe probe,
                             java.lang.String keyspaceName)
    • Method Detail

      • readLatency

        public double readLatency()
      • writeLatency

        public double writeLatency()