Uses of Interface
org.jgroups.stack.RouterStub.MembersNotification
Packages that use RouterStub.MembersNotification
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
-
Uses of RouterStub.MembersNotification in org.jgroups.protocols
Classes in org.jgroups.protocols that implement RouterStub.MembersNotificationModifier and TypeClassDescriptionclassThe 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.MembersNotificationModifier and TypeFieldDescriptionprotected final Map<String, List<RouterStub.MembersNotification>> RouterStub.get_members_mapMethods in org.jgroups.stack with parameters of type RouterStub.MembersNotificationModifier and TypeMethodDescriptionvoidRouterStub.getMembers(String group, RouterStub.MembersNotification callback) Fetches a list ofPingDatafrom the GossipRouter, one for each member in the given group.protected voidRouterStub.removeResponse(String group, RouterStub.MembersNotification notif) -
Uses of RouterStub.MembersNotification in org.jgroups.tests
Classes in org.jgroups.tests that implement RouterStub.MembersNotification