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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,CacheMetrics> |
DiscoveryMetricsProvider.cacheMetrics()
Returns metrics data about all caches on local node.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,CacheMetrics> |
IsolatedNode.cacheMetrics()
Gets collections of cache metrics for this node.
|
Modifier and Type | Method and Description |
---|---|
void |
IsolatedNode.setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)
Sets node cache metrics.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023