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.
|
org.jgroups.tests |
Modifier and Type | Class and Description |
---|---|
class |
TCPGOSSIP
The TCPGOSSIP protocol layer retrieves the initial membership (used by the
GMS when started by sending event FIND_INITIAL_MBRS down the stack).
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<RouterStub.MembersNotification>> |
RouterStub.get_members_map |
Modifier and Type | Method and Description |
---|---|
void |
RouterStub.getMembers(String group,
RouterStub.MembersNotification callback)
Fetches a list of
PingData from the GossipRouter, one for each member in the given group. |
protected void |
RouterStub.removeResponse(String group,
RouterStub.MembersNotification notif) |
Modifier and Type | Class and Description |
---|---|
class |
RouterStubGet |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.