Uses of Class
org.jgroups.protocols.pbcast.GmsImpl.Request
-
Packages that use GmsImpl.Request Package Description org.jgroups.protocols.pbcast -
-
Uses of GmsImpl.Request in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast with type parameters of type GmsImpl.Request Modifier and Type Field Description protected ViewHandler<GmsImpl.Request>
GMS. view_handler
Class to process JOIN, LEAVE and MERGE requestsMethods in org.jgroups.protocols.pbcast with parameters of type GmsImpl.Request Modifier and Type Method Description boolean
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.Request Modifier and Type Method Description void
CoordGmsImpl. handleMembershipChange(java.util.Collection<GmsImpl.Request> requests)
void
GmsImpl. handleMembershipChange(java.util.Collection<GmsImpl.Request> requests)
void
ParticipantGmsImpl. handleMembershipChange(java.util.Collection<GmsImpl.Request> requests)
protected void
GMS. process(java.util.Collection<GmsImpl.Request> requests)
-