net.floodlightcontroller.loadbalancer
Class LBStats

java.lang.Object
  extended by net.floodlightcontroller.loadbalancer.LBStats

public class LBStats
extends java.lang.Object

Data structure for Load Balancer based on Quantum proposal http://wiki.openstack.org/LBaaS/CoreResourceModel/proposal

Author:
KC Wang

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

bytesIn

protected int bytesIn

bytesOut

protected int bytesOut

activeConnections

protected int activeConnections

totalConnections

protected int totalConnections
Constructor Detail

LBStats

public LBStats()