public class ClusterNodeView extends Object
SystemView
.Constructor and Description |
---|
ClusterNodeView(ClusterNode n) |
Modifier and Type | Method and Description |
---|---|
String |
addresses() |
String |
consistentId() |
String |
hostnames() |
boolean |
isClient() |
boolean |
isLocal() |
UUID |
nodeId() |
long |
nodeOrder() |
String |
version() |
public ClusterNodeView(ClusterNode n)
n
- Cluster node.public UUID nodeId()
ClusterNode.id()
public String consistentId()
ClusterNode.consistentId()
public String addresses()
ClusterNode.addresses()
public String hostnames()
ClusterNode.hostNames()
public long nodeOrder()
ClusterNode.order()
public String version()
ClusterNode.version()
public boolean isLocal()
True
if node local.ClusterNode.isLocal()
public boolean isClient()
True
if node is client.()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023