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 classMFCSimple flow control protocol based on a credit system.classMFC_NBNon-blocking alternative toMFC.
JIRA: JIRA: https://issues.jboss.org/browse/JGRP-2172classUFCSimple flow control protocol based on a credit system.classUFC_NBNon-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)
-