Uses of Enum
org.jgroups.stack.GossipType
Packages that use GossipType
-
Uses of GossipType in org.jgroups.stack
Fields in org.jgroups.stack declared as GossipTypeMethods in org.jgroups.stack that return GossipTypeModifier and TypeMethodDescriptionGossipData.getType()static GossipTypeReturns 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 GossipTypeModifier and TypeMethodDescriptionprotected GossipDataGossipRouter.readRequest(DataInput in, GossipType type) Constructors in org.jgroups.stack with parameters of type GossipTypeModifierConstructorDescriptionGossipData(GossipType type) GossipData(GossipType type, String group, Address addr) GossipData(GossipType type, String group, Address addr, byte[] buffer) GossipData(GossipType type, String group, Address addr, byte[] buffer, int offset, int length) GossipData(GossipType type, String group, Address addr, String logical_name, PhysicalAddress physical_addr) GossipData(GossipType type, String group, Address addr, List<PingData> ping_data) GossipData(GossipType type, String group, Address addr, List<PingData> ping_data, PhysicalAddress physical_addr)