Class StatsKeyspace
- java.lang.Object
-
- org.apache.cassandra.tools.nodetool.stats.StatsKeyspace
-
public class StatsKeyspace extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringnameintpendingFlusheslongreadCountjava.util.List<StatsTable>tableslongwriteCount
-
Constructor Summary
Constructors Constructor Description StatsKeyspace(NodeProbe probe, java.lang.String keyspaceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ColumnFamilyStoreMBean table)doublereadLatency()doublewriteLatency()
-
-
-
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
-
add
public void add(ColumnFamilyStoreMBean table)
-
readLatency
public double readLatency()
-
writeLatency
public double writeLatency()
-
-