|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.cluster.LoadTable
public class LoadTable
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 |
---|
public LoadTable()
Method Detail |
---|
public void setLoad(Member member, long load)
public void incrementLocalLoad()
public void decrementLocalLoad()
public long getLocalLoad()
public Member redirect()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |