Uses of Class
org.jgroups.protocols.FlowControl
Packages that use FlowControl
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of FlowControl in org.jgroups.protocols
Subclasses of FlowControl in org.jgroups.protocolsModifier and TypeClassDescriptionclassSimple flow control protocol based on a credit system.classNon-blocking alternative toMFC.classSimple flow control protocol based on a credit system.classNon-blocking alternative toUFC.Methods in org.jgroups.protocols with type parameters of type FlowControlModifier and TypeMethodDescription<T extends FlowControl>
TFlowControl.setMaxBlockTime(long t) <T extends FlowControl>
TFlowControl.setMaxCredits(long m) <T extends FlowControl>
TFlowControl.setMinCredits(long m) <T extends FlowControl>
TFlowControl.setMinThreshold(double m)