org.javagroups.protocols.ring
Class RingNodeFlowControl
java.lang.Object
org.javagroups.protocols.ring.RingNodeFlowControl
- public class RingNodeFlowControl
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RingNodeFlowControl
public RingNodeFlowControl(int initialWindow,
float windowReduceFactor,
int belowThresholdAdvanceAmount,
float aboveThresholdAdvanceAmount)
RingNodeFlowControl
public RingNodeFlowControl()
invalidate
public void invalidate()
getBacklog
public int getBacklog()
setBacklog
public void setBacklog(int backlog)
getBacklogDifference
public int getBacklogDifference()
getPreviousBacklog
public int getPreviousBacklog()
setPreviousBacklog
public void setPreviousBacklog()
viewChanged
public void viewChanged(int memberCount)
getAllowedToBroadcast
public int getAllowedToBroadcast(RingToken token)
updateWindow
public void updateWindow(RingToken token)
Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.