Uses of Class
org.jgroups.stack.GossipData
Packages that use GossipData
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
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 -
Uses of GossipData in org.jgroups.stack
Methods in org.jgroups.stack that return GossipDataModifier and TypeMethodDescriptionGossipData.addPingData(PingData data) protected GossipDataGossipRouter.readRequest(DataInput in) protected GossipDataGossipRouter.readRequest(DataInput in, GossipType type) GossipData.setPingData(List<PingData> mbrs) Methods in org.jgroups.stack with parameters of type GossipDataModifier and TypeMethodDescriptionprotected static voidGossipRouter.dump(GossipData data) voidRouterStub.StubReceiver.receive(GossipData data) protected voidGossipRouter.sendToAllMembersInGroup(Set<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.tests
Fields in org.jgroups.tests with type parameters of type GossipDataModifier and TypeFieldDescription(package private) final Consumer<GossipData> ParseMessages.InnerParseMessages.gossip_consumerMethod parameters in org.jgroups.tests with type arguments of type GossipDataModifier and TypeMethodDescriptionvoidParseMessages.InnerParseMessages.parse(InputStream input, BiConsumer<Short, Message> msg_consumer, BiConsumer<Short, MessageBatch> batch_consumer, Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip) static voidParseMessages.parse(byte[] buf, int offset, int length, BiConsumer<Short, Message> msg_consumer, BiConsumer<Short, MessageBatch> batch_consumer, Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip) voidParseMessages.parse(InputStream in, BiConsumer<Short, Message> msg_consumer, BiConsumer<Short, MessageBatch> batch_consumer, Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip) voidParseMessagesFields.parse(InputStream in, BiConsumer<Short, Message> msg_consumer, BiConsumer<Short, MessageBatch> batch_consumer, Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip) -
Uses of GossipData in org.jgroups.util
Method parameters in org.jgroups.util with type arguments of type GossipDataModifier and TypeMethodDescriptionstatic voidUtil.parse(byte[] buf, int offset, int length, BiConsumer<Short, Message> msg_consumer, BiConsumer<Short, MessageBatch> batch_consumer, Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip) static voidUtil.parse(InputStream input, BiConsumer<Short, Message> msg_consumer, BiConsumer<Short, MessageBatch> batch_consumer, Consumer<GossipData> gossip_consumer, boolean tcp, boolean gossip)