Package org.jgroups.protocols.pbcast
package org.jgroups.protocols.pbcast
-
ClassesClassDescriptionClient part of GMS.Coordinator role of the Group MemberShip (GMS) protocol.Subclass of
Viewwith a null members field.Deprecated, for removal: This API element is subject to removal in a future version.Over 20 years old and nodoby uses it.Group membership protocol.Result of a JOIN request (sent by the GMS client).Handles the leaving of a member from a group.Encapsulates data sent with a MERGE_RSP (handleMergeResponse()) and INSTALL_MERGE_VIEW (handleMergeView()).Handles merging.Negative AcKnowledgement layer (NAKs).Header used byNAKACK2Common super class for CoordGmsImpl and ParticipantGmsImplComputes the broadcast messages that are stable; i.e., have been delivered by all members.STATE streams the state (written to an OutputStream) to the state requester in chunks (defined by chunk_size).STATE_SOCKhas the state provider create a server socket to which the state requester connects and from which the latter reads the state.STATE_TRANSFER protocol based on byte array transfer.Wraps data for a state request/response.Base class for state transfer protocols which use streaming (or chunking) to transfer state between two members.ViewHandler<R>Responsible for dispatching JOIN/LEAVE/MERGE requests to the GMS protocol.