public class JGroupsAddress extends Object implements Address
| Modifier and Type | Class and Description |
|---|---|
static class |
JGroupsAddress.Externalizer |
| Modifier and Type | Field and Description |
|---|---|
protected org.jgroups.Address |
address |
| Constructor and Description |
|---|
JGroupsAddress(org.jgroups.Address address) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Address o) |
boolean |
equals(Object o) |
org.jgroups.Address |
getJGroupsAddress() |
int |
hashCode() |
String |
toString() |
public org.jgroups.Address getJGroupsAddress()
public int compareTo(Address o)
compareTo in interface Comparable<Address>Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.