Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
org.apache.ignite.mxbean |
Contains annotations for Dynamic MBeans.
|
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 |
---|---|
CacheMetrics |
HibernateCacheProxy.clusterMetrics()
Gets whole cluster metrics (statistics) for this cache.
|
CacheMetrics |
HibernateCacheProxy.clusterMetrics(ClusterGroup grp)
Gets cluster group metrics (statistics) for this cache.
|
CacheMetrics |
HibernateCacheProxy.localMetrics()
Gets local metrics (statistics) for this cache.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheMetricsMXBean
Deprecated.
Use
GridMetricManager instead. |
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.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024