Uses of Class
org.jgroups.protocols.pbcast.GmsImpl

Packages that use GmsImpl
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
 

Uses of GmsImpl in org.jgroups.protocols.pbcast
 

Subclasses of GmsImpl in org.jgroups.protocols.pbcast
 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 ParticipantGmsImpl
 

Methods in org.jgroups.protocols.pbcast that return GmsImpl
 GmsImpl GMS.getImpl()
           
 

Methods in org.jgroups.protocols.pbcast with parameters of type GmsImpl
 void GMS.setImpl(GmsImpl new_impl)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.