Uses of Class
org.jgroups.protocols.pbcast.GmsImpl
-
Packages that use GmsImpl Package Description org.jgroups.protocols.pbcast Supports probabilistic broadcasts. -
-
Uses of GmsImpl in org.jgroups.protocols.pbcast
Subclasses of GmsImpl in org.jgroups.protocols.pbcast Modifier and Type Class Description class
ClientGmsImpl
Client part of GMS.class
CoordGmsImpl
Coordinator role of the Group MemberShip (GMS) protocol.class
ParticipantGmsImpl
Methods in org.jgroups.protocols.pbcast that return GmsImpl Modifier and Type Method Description GmsImpl
GMS. getImpl()
Methods in org.jgroups.protocols.pbcast with parameters of type GmsImpl Modifier and Type Method Description void
GMS. setImpl(GmsImpl new_impl)
-