@GridToStringExclude
public interface DiscoveryMetricsProvider
Ignite implementation will supply discovery SPI with metrics provider
via DiscoverySpi.setMetricsProvider(DiscoveryMetricsProvider)
method.
Modifier and Type | Method and Description |
---|---|
Map<Integer,CacheMetrics> |
cacheMetrics()
Returns metrics data about all caches on local node.
|
ClusterMetrics |
metrics()
This method always returns up-to-date metrics data about local node.
|
ClusterMetrics metrics()
Map<Integer,CacheMetrics> cacheMetrics()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019