Package | Description |
---|---|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Method and Description |
---|---|
GossipType |
GossipData.getType() |
static GossipType |
GossipType.valueOf(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.
|
Constructor and Description |
---|
GossipData(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,
List<PingData> ping_data) |
GossipData(GossipType type,
String group,
Address addr,
List<PingData> ping_data,
PhysicalAddress physical_addr) |
GossipData(GossipType type,
String group,
Address addr,
String logical_name,
PhysicalAddress physical_addr) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.