|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.loadbalancer.LBStats
public class LBStats
Data structure for Load Balancer based on Quantum proposal http://wiki.openstack.org/LBaaS/CoreResourceModel/proposal
Field Summary | |
---|---|
protected int |
activeConnections
|
protected int |
bytesIn
|
protected int |
bytesOut
|
protected int |
totalConnections
|
Constructor Summary | |
---|---|
LBStats()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int bytesIn
protected int bytesOut
protected int activeConnections
protected int totalConnections
Constructor Detail |
---|
public LBStats()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |