org.apache.qpid.server.cluster
Class LoadTable

java.lang.Object
  extended by org.apache.qpid.server.cluster.LoadTable

public class LoadTable
extends java.lang.Object

Maintains loading information about the local member and its cluster peers.


Constructor Summary
LoadTable()
           
 
Method Summary
 void decrementLocalLoad()
           
 long getLocalLoad()
           
 void incrementLocalLoad()
           
 Member redirect()
           
 void setLoad(Member member, long load)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadTable

public LoadTable()
Method Detail

setLoad

public void setLoad(Member member,
                    long load)

incrementLocalLoad

public void incrementLocalLoad()

decrementLocalLoad

public void decrementLocalLoad()

getLocalLoad

public long getLocalLoad()

redirect

public Member redirect()