Uses of Class
org.jgroups.protocols.pbcast.GmsImpl.Request
Packages that use GmsImpl.Request
-
Uses of GmsImpl.Request in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast with type parameters of type GmsImpl.RequestModifier and TypeFieldDescriptionprotected final ViewHandler<GmsImpl.Request> GMS.view_handlerClass to process JOIN, LEAVE and MERGE requestsMethods in org.jgroups.protocols.pbcast that return types with arguments of type GmsImpl.RequestMethods in org.jgroups.protocols.pbcast with parameters of type GmsImpl.RequestModifier and TypeMethodDescriptionbooleanGmsImpl.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 TypeMethodDescriptionvoidCoordGmsImpl.handleMembershipChange(Collection<GmsImpl.Request> requests) voidGmsImpl.handleMembershipChange(Collection<GmsImpl.Request> requests) voidParticipantGmsImpl.handleMembershipChange(Collection<GmsImpl.Request> requests) protected voidGMS.process(Collection<GmsImpl.Request> requests)