public class StatsKeyspace
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | name | 
| int | pendingFlushes | 
| long | readCount | 
| java.util.List<StatsTable> | tables | 
| long | writeCount | 
| Constructor and Description | 
|---|
| StatsKeyspace(NodeProbe probe,
             java.lang.String keyspaceName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(ColumnFamilyStoreMBean table) | 
| double | readLatency() | 
| double | writeLatency() | 
public java.util.List<StatsTable> tables
public java.lang.String name
public long readCount
public long writeCount
public int pendingFlushes
public StatsKeyspace(NodeProbe probe, java.lang.String keyspaceName)
public void add(ColumnFamilyStoreMBean table)
public double readLatency()
public double writeLatency()
Copyright © 2018 The Apache Software Foundation