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 voidTUNNEL. receive(GossipData data) -
Uses of GossipData in org.jgroups.stack
Methods in org.jgroups.stack that return GossipData Modifier and Type Method Description protected GossipDataGossipRouter. readRequest(java.io.DataInput in)protected GossipDataGossipRouter. readRequest(java.io.DataInput in, GossipType type)GossipDataGossipData. setSender(Address s)Methods in org.jgroups.stack with parameters of type GossipData Modifier and Type Method Description protected static voidGossipRouter. dump(GossipData data)voidRouterStub.StubReceiver. receive(GossipData data)protected voidGossipRouter. sendToAllMembersInGroup(java.util.Set<java.util.Map.Entry<Address,GossipRouter.Entry>> dests, GossipData request)protected voidGossipRouter. sendToMember(Address dest, GossipData request)protected voidRouterStub. writeRequest(GossipData req)
-