Uses of Class
org.jgroups.stack.GossipRouter.Entry
-
Packages that use GossipRouter.Entry Package Description org.jgroups.stack Support for managing protocol stacks. -
-
Uses of GossipRouter.Entry in org.jgroups.stack
Fields in org.jgroups.stack with type parameters of type GossipRouter.Entry Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<java.lang.String,java.util.concurrent.ConcurrentMap<Address,GossipRouter.Entry>>
GossipRouter. address_mappings
Method parameters in org.jgroups.stack with type arguments of type GossipRouter.Entry Modifier and Type Method Description protected void
GossipRouter. sendToAllMembersInGroup(java.util.Set<java.util.Map.Entry<Address,GossipRouter.Entry>> dests, byte[] buf, int offset, int len)
protected void
GossipRouter. sendToAllMembersInGroup(java.util.Set<java.util.Map.Entry<Address,GossipRouter.Entry>> dests, GossipData request)
-