Uses of Class
org.jgroups.protocols.DISCARD
Packages that use DISCARD
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of DISCARD in org.jgroups.protocols
Methods in org.jgroups.protocols that return DISCARDModifier and TypeMethodDescriptionDISCARD.addIgnoredMembers(Address... senders) DISCARD.addIgnoreMember(Address sender) Messages from this sender will get droppedDISCARD.discardAll(boolean discard_all) DISCARD.dropDownMulticasts(int drop_down_multicasts) DISCARD.dropDownUnicasts(int drop_down_unicasts) Drop the next N unicasts down the stackDISCARD.excludeItself(boolean excludeItself) DISCARD.removeIgnoredMember(Address member) DISCARD.resetIgnoredMembers()DISCARD.setAddress(Address localAddress) DISCARD.setDownDiscardRate(double down) DISCARD.setUpDiscardRate(double up)