public class GridClientNodeBean extends Object implements Externalizable
| Constructor and Description |
|---|
GridClientNodeBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,Object> |
getAttributes()
Gets attributes.
|
Collection<GridClientCacheBean> |
getCaches()
Gets configured node caches.
|
Object |
getConsistentId() |
GridClientNodeMetricsBean |
getMetrics()
Gets metrics.
|
UUID |
getNodeId()
Gets node ID.
|
long |
getOrder()
Node order within grid topology.
|
Collection<String> |
getTcpAddresses()
Gets REST TCP server addresses.
|
Collection<String> |
getTcpHostNames()
Gets REST TCP server host names.
|
int |
getTcpPort()
Gets REST binary protocol port.
|
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setAttributes(Map<String,Object> attrs)
Sets attributes.
|
void |
setCaches(Collection<GridClientCacheBean> caches)
Sets configured node caches.
|
void |
setConsistentId(Object consistentId) |
void |
setMetrics(GridClientNodeMetricsBean metrics)
Sets metrics.
|
void |
setNodeId(UUID nodeId)
Sets node ID.
|
void |
setOrder(long order)
Set node order within grid topology
|
void |
setTcpAddresses(Collection<String> tcpAddrs)
Sets REST TCP server addresses.
|
void |
setTcpHostNames(Collection<String> tcpHostNames)
Sets REST TCP server host names.
|
void |
setTcpPort(int tcpPort)
Sets REST binary protocol port.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public UUID getNodeId()
public void setNodeId(UUID nodeId)
nodeId - Node ID.public Object getConsistentId()
public void setConsistentId(Object consistentId)
consistentId - New consistent ID.public Collection<String> getTcpAddresses()
public Collection<String> getTcpHostNames()
public void setTcpAddresses(Collection<String> tcpAddrs)
tcpAddrs - REST TCP server addresses.public void setTcpHostNames(Collection<String> tcpHostNames)
tcpHostNames - REST TCP server host names.public GridClientNodeMetricsBean getMetrics()
public void setMetrics(GridClientNodeMetricsBean metrics)
metrics - Metrics.public void setAttributes(Map<String,Object> attrs)
attrs - Attributes.public int getTcpPort()
public Collection<GridClientCacheBean> getCaches()
public void setCaches(Collection<GridClientCacheBean> caches)
caches - Configured node caches.public void setTcpPort(int tcpPort)
tcpPort - Port on which REST binary protocol is bound.public long getOrder()
public void setOrder(long order)
order - Node order within grid topologypublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020