Uses of Class
org.jgroups.util.FixedSizeBitSet
Packages that use FixedSizeBitSet
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 FixedSizeBitSet in org.jgroups.protocols
Fields in org.jgroups.protocols declared as FixedSizeBitSet -
Uses of FixedSizeBitSet in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as FixedSizeBitSetModifier and TypeFieldDescriptionprotected FixedSizeBitSetSTABLE.votesKeeps track of who we already heard from (STABLE_GOSSIP msgs).Methods in org.jgroups.protocols.pbcast with parameters of type FixedSizeBitSetModifier and TypeMethodDescriptionprotected static booleanSTABLE.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