public class

PropStats

extends Object
java.lang.Object
   ↳ edu.stanford.junction.props2.PropStats

Summary

Fields
public ArrayList<Integer> conflictLengths
public ArrayList<Long> conflictTimes
public ArrayList<Long> messageRTTTimes
public ArrayList<Long> messageRTTs
public ArrayList<Long> predictionQLengthTimes
public ArrayList<Integer> predictionQLengths
public Long startTime
Public Constructors
PropStats()
Public Methods
void addConflict(long when, int len)
void addMessageRTT(long when, long elapsed)
void addPredictionQLength(long when, int len)
void writeConflicts(Writer out)
void writePredictions(Writer out)
void writeRTT(Writer out)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public ArrayList<Integer> conflictLengths

public ArrayList<Long> conflictTimes

public ArrayList<Long> messageRTTTimes

public ArrayList<Long> messageRTTs

public ArrayList<Long> predictionQLengthTimes

public ArrayList<Integer> predictionQLengths

public Long startTime

Public Constructors

public PropStats ()

Public Methods

public void addConflict (long when, int len)

public void addMessageRTT (long when, long elapsed)

public void addPredictionQLength (long when, int len)

public void writeConflicts (Writer out)

public void writePredictions (Writer out)

public void writeRTT (Writer out)