public interface IgniteClusterNode extends ClusterNode
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,CacheMetrics> |
cacheMetrics()
Gets collections of cache metrics for this node.
|
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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019