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.String
name
int
pendingFlushes
long
readCount
java.util.List<StatsTable>
tables
long
writeCount
-
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 void
add(ColumnFamilyStoreMBean table)
double
readLatency()
double
writeLatency()
-
-
-
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()
-
-