Uses of Class
org.jgroups.protocols.FlowControl
-
Packages that use FlowControl Package Description org.jgroups.protocols 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.protocols Modifier and Type Class Description class
MFC
Simple flow control protocol based on a credit system.class
MFC_NB
Non-blocking alternative toMFC
.
JIRA: JIRA: https://issues.jboss.org/browse/JGRP-2172class
UFC
Simple flow control protocol based on a credit system.class
UFC_NB
Non-blocking alternative toUFC
.
JIRA: https://issues.jboss.org/browse/JGRP-2172Methods in org.jgroups.protocols with type parameters of type FlowControl Modifier and Type Method Description <T extends FlowControl>
TFlowControl. maxBlockTime(long t)
<T extends FlowControl>
TFlowControl. maxCredits(long c)
-