Uses of Class
org.jgroups.protocols.pbcast.GmsImpl
-
Packages that use GmsImpl Package Description org.jgroups.protocols.pbcast -
-
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
class
ServerGmsImpl
Common super class for CoordGmsImpl and ParticipantGmsImplFields in org.jgroups.protocols.pbcast declared as GmsImpl Modifier and Type Field Description protected GmsImpl
GMS. impl
Fields in org.jgroups.protocols.pbcast with type parameters of type GmsImpl Modifier and Type Field Description protected java.util.Map<java.lang.String,GmsImpl>
GMS. impls
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)
-