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.
|
Modifier and Type | Method and Description |
---|---|
void |
TUNNEL.receive(GossipData data) |
Modifier and Type | Method and Description |
---|---|
GossipData |
GossipData.addPingData(PingData data) |
protected GossipData |
GossipRouter.readRequest(ByteArrayDataInputStream in) |
Modifier and Type | Method and Description |
---|---|
protected void |
GossipRouter.handleRegister(Address sender,
GossipData request) |
void |
RouterStub.StubReceiver.receive(GossipData data) |
protected void |
GossipRouter.sendToAllMembersInGroup(java.util.Set<java.util.Map.Entry<Address,GossipRouter.Entry>> dests,
GossipData request) |
protected void |
GossipRouter.sendToMember(Address dest,
GossipData request) |
protected void |
RouterStub.writeRequest(GossipData req) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.