public interface IgniteClusterNode extends ClusterNode
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,CacheMetrics> |
cacheMetrics()
Gets collections of cache metrics for this node.
|
boolean |
isCacheClient()
Whether this node is cache client (see
IgniteConfiguration.isClientMode()). |
void |
setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)
Sets node cache metrics.
|
void |
setConsistentId(Serializable consistentId)
Sets consistent globally unique node ID which survives node restarts.
|
void |
setMetrics(ClusterMetrics metrics)
Sets node metrics.
|
addresses, attribute, attributes, consistentId, hostNames, id, isClient, isDaemon, isLocal, metrics, order, versionvoid setConsistentId(Serializable consistentId)
consistentId - Consistent globally unique node ID.void setMetrics(ClusterMetrics metrics)
metrics - Node metrics.Map<Integer,CacheMetrics> cacheMetrics()
Cache metrics are updated with some delay which is directly related to metrics update
frequency. For example, by default the update will happen every 2 seconds.
void setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)
cacheMetrics - Cache metrics.boolean isCacheClient()
IgniteConfiguration.isClientMode()).True if client.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018