|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openflow.gui.stats.LinkStats
public class LinkStats
Statistics associated with a link.
| Field Summary | |
|---|---|
PortStatsRates |
statsDst
the statistics on traffic from the destination switch over this link |
PortStatsRates |
statsSrc
the statistics on traffic from the source switch over this link |
| Constructor Summary | |
|---|---|
LinkStats(Match m)
|
|
| Method Summary | |
|---|---|
double |
getCurrentAverageDataRate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final PortStatsRates statsSrc
public final PortStatsRates statsDst
| Constructor Detail |
|---|
public LinkStats(Match m)
| Method Detail |
|---|
public double getCurrentAverageDataRate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||