Uses of Class
org.jgroups.protocols.pbcast.GmsImpl.Request
-
Packages that use GmsImpl.Request Package Description org.jgroups.protocols.pbcast Supports probabilistic broadcasts. -
-
Uses of GmsImpl.Request in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type GmsImpl.Request Modifier and Type Method Description booleanGmsImpl.Request. canBeProcessedTogether(GmsImpl.Request other)Specifies whether this request can be processed with other request simultaneouslyMethod parameters in org.jgroups.protocols.pbcast with type arguments of type GmsImpl.Request Modifier and Type Method Description voidClientGmsImpl. handleMembershipChange(java.util.Collection<GmsImpl.Request> requests)voidCoordGmsImpl. handleMembershipChange(java.util.Collection<GmsImpl.Request> requests)abstract voidGmsImpl. handleMembershipChange(java.util.Collection<GmsImpl.Request> requests)voidParticipantGmsImpl. handleMembershipChange(java.util.Collection<GmsImpl.Request> requests)
-