Class StatsKeyspace

java.lang.Object
org.apache.cassandra.tools.nodetool.stats.StatsKeyspace

public class StatsKeyspace extends Object
  • Field Details

    • tables

      public List<StatsTable> tables
    • name

      public String name
    • readCount

      public long readCount
    • writeCount

      public long writeCount
    • pendingFlushes

      public int pendingFlushes
  • Constructor Details

    • StatsKeyspace

      public StatsKeyspace(NodeProbe probe, String keyspaceName)
  • Method Details

    • add

      public void add(ColumnFamilyStoreMBean table)
    • readLatency

      public double readLatency()
    • writeLatency

      public double writeLatency()