public class HourlyStatsRecord
extends java.lang.Object
Constructor and Description |
---|
HourlyStatsRecord(Node node,
boolean completeHour)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
fillRemoteRequestHTLsBox(HTMLNode html) |
void |
log() |
void |
markFinal()
Mark this record as complete and stop recording.
|
void |
remoteRequest(boolean ssk,
boolean success,
boolean local,
int htl,
double location)
Report an incoming accepted remote request.
|
java.lang.String |
toString() |
public HourlyStatsRecord(Node node, boolean completeHour)
completeHour
- Whether this record began at the start of the hourpublic void markFinal()
public void remoteRequest(boolean ssk, boolean success, boolean local, int htl, double location)
ssk
- Whether the request was an ssksuccess
- Whether the request succeededlocal
- If the request succeeded, whether it succeeded locallyhtl
- The htl counter the request had when it arrivedlocation
- The routing location of the requestpublic void log()
public java.lang.String toString()
toString
in class java.lang.Object
public void fillRemoteRequestHTLsBox(HTMLNode html)