public class PhysicalNode extends Object
| Constructor and Description |
|---|
PhysicalNode(String id,
InetAddress address,
boolean local) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InetAddress |
getAddress() |
String |
getId() |
int |
hashCode() |
boolean |
isLocal() |
String |
toString() |
public PhysicalNode(String id, InetAddress address, boolean local)
public boolean isLocal()
public String getId()
public InetAddress getAddress()
Copyright © 2021. All rights reserved.