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 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 GossipData
GossipData. addPingData(PingData data)
protected GossipData
GossipRouter. readRequest(java.io.DataInput in)
protected GossipData
GossipRouter. readRequest(java.io.DataInput in, GossipType type)
GossipData
GossipData. setPingData(java.util.List<PingData> mbrs)
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)
void
RouterStub. 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 void
Util. 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 void
Util. 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)
-