Uses of Class
org.jgroups.util.Credit
Packages that use Credit
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Credit in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type CreditModifier and TypeFieldDescriptionFlowControl.receivedKeeps track of credits per member at the receiver.UFC.sentMap: keys are members, values are credits left.Methods in org.jgroups.protocols with type parameters of type CreditModifier and TypeMethodDescriptionprotected <T extends Credit>
TUFC_NB.createCredit(int initial_credits) protected <T extends Credit>
TUFC.createCredit(int initial_credits) Method parameters in org.jgroups.protocols with type arguments of type CreditModifier and TypeMethodDescriptionprotected longFlowControl.adjustCredit(Map<Address, Credit> map, Address sender, int length) Check whether sender has enough credits left.protected voidFlowControl.handleCreditRequest(Map<Address, Credit> map, Address sender, long requested_credits) protected static String -
Uses of Credit in org.jgroups.util
Subclasses of Credit in org.jgroups.utilModifier and TypeClassDescriptionclassNon-blocking credit for a unicast destination.Methods in org.jgroups.util that return Credit