Uses of Class
org.jgroups.protocols.pbcast.GmsImpl.Request
Packages that use GmsImpl.Request
-
Uses of GmsImpl.Request in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type GmsImpl.RequestModifier and TypeMethodDescriptionboolean
GmsImpl.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.RequestModifier and TypeMethodDescriptionvoid
ClientGmsImpl.handleMembershipChange
(Collection<GmsImpl.Request> requests) void
CoordGmsImpl.handleMembershipChange
(Collection<GmsImpl.Request> requests) abstract void
GmsImpl.handleMembershipChange
(Collection<GmsImpl.Request> requests) void
ParticipantGmsImpl.handleMembershipChange
(Collection<GmsImpl.Request> requests)