Uses of Class
org.jgroups.util.FixedSizeBitSet
-
Packages that use FixedSizeBitSet Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of FixedSizeBitSet in org.jgroups.protocols
Fields in org.jgroups.protocols declared as FixedSizeBitSet Modifier and Type Field Description protected FixedSizeBitSet
FRAG3.FragEntry. received
-
Uses of FixedSizeBitSet in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as FixedSizeBitSet Modifier and Type Field Description protected FixedSizeBitSet
STABLE. votes
Keeps track of who we already heard from (STABLE_GOSSIP msgs).Methods in org.jgroups.protocols.pbcast with parameters of type FixedSizeBitSet Modifier and Type Method Description protected static boolean
STABLE. allVotesReceived(FixedSizeBitSet votes)
Votes is already locked and guaranteed to be non-null -
Uses of FixedSizeBitSet in org.jgroups.util
Subclasses of FixedSizeBitSet in org.jgroups.util Modifier and Type Class Description class
SeqnoList
A bitset of missing messages with a fixed size.
-