Uses of Interface
org.jgroups.stack.RouterStub.MembersNotification
-
Packages that use RouterStub.MembersNotification Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks. -
-
Uses of RouterStub.MembersNotification in org.jgroups.protocols
Classes in org.jgroups.protocols that implement RouterStub.MembersNotification Modifier and Type Class Description classTCPGOSSIPThe TCPGOSSIP protocol layer retrieves the initial membership (used by GMS when started by sending event FIND_INITIAL_MBRS down the stack). -
Uses of RouterStub.MembersNotification in org.jgroups.stack
Fields in org.jgroups.stack with type parameters of type RouterStub.MembersNotification Modifier and Type Field Description protected LazyRemovalList<RouterStub.MembersNotification>RouterStub. get_all_members_listprotected java.util.Map<java.lang.String,java.util.List<RouterStub.MembersNotification>>RouterStub. get_members_mapMethods in org.jgroups.stack with parameters of type RouterStub.MembersNotification Modifier and Type Method Description voidRouterStub. getMembers(java.lang.String group, RouterStub.MembersNotification callback)Fetches a list ofPingDatafrom the GossipRouter, one for each member in the given group.protected voidRouterStub. removeResponse(java.lang.String group, RouterStub.MembersNotification notif)
-