Uses of Interface
org.apache.ignite.cache.CacheMetrics
-
Packages that use CacheMetrics Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.spi.discovery Contains APIs for topology manager SPI.org.apache.ignite.spi.discovery.isolated Contains implementation of special "isolated" mode for single-node cluster. -
-
Uses of CacheMetrics in org.apache.ignite
Methods in org.apache.ignite that return CacheMetrics Modifier and Type Method Description CacheMetrics
IgniteCache. localMetrics()
Gets local snapshot metrics (statistics) for this cache.CacheMetrics
IgniteCache. metrics()
Gets whole cluster snapshot metrics (statistics) for this cache.CacheMetrics
IgniteCache. metrics(ClusterGroup grp)
Gets cluster group snapshot metrics for caches in cluster group. -
Uses of CacheMetrics in org.apache.ignite.spi.discovery
Methods in org.apache.ignite.spi.discovery that return types with arguments of type CacheMetrics Modifier and Type Method Description Map<Integer,CacheMetrics>
DiscoveryMetricsProvider. cacheMetrics()
Returns metrics data about all caches on local node. -
Uses of CacheMetrics in org.apache.ignite.spi.discovery.isolated
Methods in org.apache.ignite.spi.discovery.isolated that return types with arguments of type CacheMetrics Modifier and Type Method Description Map<Integer,CacheMetrics>
IsolatedNode. cacheMetrics()
Gets collections of cache metrics for this node.Method parameters in org.apache.ignite.spi.discovery.isolated with type arguments of type CacheMetrics Modifier and Type Method Description void
IsolatedNode. setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)
Sets node cache metrics.
-