Uses of Class
org.jgroups.stack.GossipType
-
Packages that use GossipType Package Description org.jgroups.stack Support for managing protocol stacks. -
-
Uses of GossipType in org.jgroups.stack
Methods in org.jgroups.stack that return GossipType Modifier and Type Method Description GossipType
GossipData. getType()
static GossipType
GossipType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GossipType[]
GossipType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.stack with parameters of type GossipType Modifier and Type Method Description protected GossipData
GossipRouter. readRequest(java.io.DataInput in, GossipType type)
Constructors in org.jgroups.stack with parameters of type GossipType Constructor Description GossipData(GossipType type)
GossipData(GossipType type, java.lang.String group, Address addr)
GossipData(GossipType type, java.lang.String group, Address addr, byte[] buffer)
GossipData(GossipType type, java.lang.String group, Address addr, byte[] buffer, int offset, int length)
GossipData(GossipType type, java.lang.String group, Address addr, java.lang.String logical_name, PhysicalAddress physical_addr)
GossipData(GossipType type, java.lang.String group, Address addr, java.util.List<PingData> ping_data)
GossipData(GossipType type, java.lang.String group, Address addr, java.util.List<PingData> ping_data, PhysicalAddress physical_addr)
-