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 class
TCPGOSSIP
The 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 java.util.Map<java.lang.String,java.util.List<RouterStub.MembersNotification>>
RouterStub. get_members_map
Methods in org.jgroups.stack with parameters of type RouterStub.MembersNotification Modifier and Type Method Description void
RouterStub. getMembers(java.lang.String group, RouterStub.MembersNotification callback)
Fetches a list ofPingData
from the GossipRouter, one for each member in the given group.protected void
RouterStub. removeResponse(java.lang.String group, RouterStub.MembersNotification notif)
-