org.mmbase.clustering
Class Statistics
java.lang.Object
org.mmbase.clustering.Statistics
public class Statistics
- extends Object
A structute for basic statistical information about receiving an sending messages in the cluster.
- Version:
- $Id: Statistics.java 43317 2010-09-15 10:30:09Z michiel $
count
public long count
cost
public long cost
parseCost
public long parseCost
bytes
public long bytes
Statistics
public Statistics()
getCount
public long getCount()
getCost
public long getCost()
getParseCost
public long getParseCost()
getBytes
public long getBytes()
toString
public String toString()
- Overrides:
toString in class Object
MMBase2 Clustering 2.0-SNAPSHOT - 2013-03-30T06:47