Uses of Class
org.jgroups.protocols.pbcast.GMS
-
Packages that use GMS Package Description org.jgroups.protocols.pbcast -
-
Uses of GMS in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as GMS Modifier and Type Field Description protected GMS
GmsImpl. gms
protected GMS
Leaver. gms
protected GMS
Merger. gms
protected GMS
ViewHandler. gms
Methods in org.jgroups.protocols.pbcast that return GMS Modifier and Type Method Description GMS
GMS. joinTimeout(long timeout)
GMS
GMS. leaveTimeout(long timeout)
GMS
GMS. printLocalAddress(boolean flag)
GMS
GMS. printViewDetails(boolean p)
GMS
GMS. setJoinTimeout(long t)
GMS
GMS. setLeaveTimeout(long t)
GMS
GMS. setLogCollectMessages(boolean flag)
GMS
GMS. setMaxJoinAttempts(int t)
GMS
GMS. setMaxLeaveAttempts(int t)
GMS
GMS. setMembershipChangePolicy(java.lang.String classname)
GMS
GMS. setMembershipChangePolicy(MembershipChangePolicy membership_change_policy)
GMS
GMS. setMergeTimeout(long timeout)
GMS
GMS. setPrintLocalAddr(boolean flag)
GMS
GMS. setPrintLocalAddress(boolean flag)
GMS
GMS. setViewAckCollectionTimeout(long view_ack_collection_timeout)
GMS
GMS. viewAckCollectionTimeout(long view_ack_collection_timeout)
Constructors in org.jgroups.protocols.pbcast with parameters of type GMS Constructor Description ClientGmsImpl(GMS g)
CoordGmsImpl(GMS g)
GmsImpl(GMS gms)
Leaver(GMS gms)
Merger(GMS gms)
ParticipantGmsImpl(GMS g)
ServerGmsImpl(GMS gms)
ViewHandler(GMS gms, java.util.function.Consumer<java.util.Collection<R>> req_processor, java.util.function.BiPredicate<R,R> req_matcher)
Constructor
-