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.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
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 GossipDataGossipData. addPingData(PingData data)protected GossipDataGossipRouter. readRequest(java.io.DataInput in)protected GossipDataGossipRouter. readRequest(java.io.DataInput in, GossipType type)GossipDataGossipData. setPingData(java.util.List<PingData> mbrs)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. sendMembersResponse(Address to, GossipData rsp, java.lang.String group)protected voidGossipRouter. sendToAllMembersInGroup(java.util.Set<java.util.Map.Entry<Address,GossipRouter.Entry>> dests, GossipData request)protected voidGossipRouter. sendToMember(Address dest, GossipData request)voidRouterStub. writeRequest(GossipData req) -
Uses of GossipData in org.jgroups.util
Method parameters in org.jgroups.util with type arguments of type GossipData Modifier and Type Method Description static voidUtil. parse(byte[] buf, int offset, int length, java.util.function.BiConsumer<java.lang.Short,Message> msg_consumer, java.util.function.BiConsumer<java.lang.Short,MessageBatch> batch_consumer, java.util.function.Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip)static voidUtil. parse(java.io.InputStream input, java.util.function.BiConsumer<java.lang.Short,Message> msg_consumer, java.util.function.BiConsumer<java.lang.Short,MessageBatch> batch_consumer, java.util.function.Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip)
-