Uses of Class
org.jgroups.stack.GossipData
-
Packages that use GossipData 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 GossipData in org.jgroups.protocols
Methods in org.jgroups.protocols with parameters of type GossipData Modifier and Type Method Description void
TUNNEL. receive(GossipData data)
-
Uses of GossipData in org.jgroups.stack
Methods in org.jgroups.stack that return GossipData Modifier and Type Method Description protected GossipData
GossipRouter. readRequest(java.io.DataInput in)
protected GossipData
GossipRouter. readRequest(java.io.DataInput in, GossipType type)
GossipData
GossipData. setSender(Address s)
Methods in org.jgroups.stack with parameters of type GossipData Modifier and Type Method Description protected static void
GossipRouter. dump(GossipData data)
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)
-