public interface ControllerNode
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ControllerNode.State
Represents the operational state of the instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NodeId | 
id()
Returns the instance identifier. 
 | 
IpAddress | 
ip()
Returns the IP address of the controller instance. 
 | 
int | 
tcpPort()
Returns the TCP port on which the node listens for connections. 
 |