| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.processors.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.tcp.internal |
Contains internal implementation.
|
| org.apache.ignite.spi.discovery.tcp.messages |
Contains implementation messages.
|
| Modifier and Type | Method and Description |
|---|---|
CacheMetrics |
IgniteCache.metrics()
Gets snapshot metrics (statistics) for this cache.
|
CacheMetrics |
IgniteCache.metrics(ClusterGroup grp)
Gets snapshot metrics for caches in cluster group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheMetricsImpl
Adapter for cache metrics.
|
class |
CacheMetricsSnapshot
Metrics snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
CacheMetrics |
GridCacheProxyImpl.metrics()
Gets metrics (statistics) for this cache.
|
CacheMetrics |
IgniteCacheProxy.metrics()
Gets snapshot metrics (statistics) for this cache.
|
CacheMetrics |
GridCacheAdapter.metrics()
Gets metrics (statistics) for this cache.
|
CacheMetrics |
IgniteInternalCache.metrics()
Gets metrics (statistics) for this cache.
|
CacheMetrics |
IgniteCacheProxy.metrics(ClusterGroup grp)
Gets snapshot metrics for caches in cluster group.
|
| Constructor and Description |
|---|
CacheMetricsSnapshot(CacheMetrics m)
Create snapshot for given metrics.
|
CacheMetricsSnapshot(CacheMetrics loc,
Collection<CacheMetrics> metrics)
Constructs merged cache metrics.
|
| Constructor and Description |
|---|
CacheMetricsSnapshot(CacheMetrics loc,
Collection<CacheMetrics> metrics)
Constructs merged cache metrics.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheMetricsMXBean
This interface defines JMX view on
IgniteCache. |
| 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> |
TcpDiscoveryNode.cacheMetrics()
Gets collections of cache metrics for this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryNode.setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)
Sets node cache metrics.
|
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,Map<Integer,CacheMetrics>> |
TcpDiscoveryHeartbeatMessage.cacheMetrics()
Gets cache metrics map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryHeartbeatMessage.setCacheMetrics(UUID nodeId,
Map<Integer,CacheMetrics> metrics)
Sets cache metrics for particular node.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015