| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.platform.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.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> |
IgniteClusterNode.cacheMetrics()
Gets collections of cache metrics for this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteClusterNode.setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)
Sets node cache metrics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheMetricsImpl
Adapter for cache metrics.
|
class |
CacheMetricsSnapshot
Deprecated.
Replaced by CacheMetricsSnapshotV2 with versioning support.
|
class |
CacheMetricsSnapshotV2
Metrics snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
CacheMetrics |
GridCacheAdapter.clusterMetrics()
Gets whole cluster metrics (statistics) for this cache.
|
CacheMetrics |
IgniteInternalCache.clusterMetrics()
Gets whole cluster metrics (statistics) for this cache.
|
CacheMetrics |
GridCacheProxyImpl.clusterMetrics()
Gets whole cluster metrics (statistics) for this cache.
|
CacheMetrics |
GridCacheAdapter.clusterMetrics(ClusterGroup grp)
Gets cluster group metrics (statistics) for this cache.
|
CacheMetrics |
IgniteInternalCache.clusterMetrics(ClusterGroup grp)
Gets cluster group metrics (statistics) for this cache.
|
CacheMetrics |
GridCacheProxyImpl.clusterMetrics(ClusterGroup grp)
Gets cluster group metrics (statistics) for this cache.
|
CacheMetrics |
IgniteCacheProxyImpl.localMetrics()
Gets local snapshot metrics (statistics) for this cache.
|
CacheMetrics |
GridCacheAdapter.localMetrics()
Gets local metrics (statistics) for this cache.
|
CacheMetrics |
GatewayProtectedCacheProxy.localMetrics()
Gets local snapshot metrics (statistics) for this cache.
|
CacheMetrics |
IgniteInternalCache.localMetrics()
Gets local metrics (statistics) for this cache.
|
CacheMetrics |
GridCacheProxyImpl.localMetrics()
Gets local metrics (statistics) for this cache.
|
CacheMetrics |
IgniteCacheProxyImpl.metrics()
Gets whole cluster snapshot metrics (statistics) for this cache.
|
CacheMetrics |
GatewayProtectedCacheProxy.metrics()
Gets whole cluster snapshot metrics (statistics) for this cache.
|
CacheMetrics |
IgniteCacheProxyImpl.metrics(ClusterGroup grp)
Gets cluster group snapshot metrics for caches in cluster group.
|
CacheMetrics |
GatewayProtectedCacheProxy.metrics(ClusterGroup grp)
Gets cluster group snapshot metrics for caches in cluster group.
|
| Constructor and Description |
|---|
CacheMetricsSnapshot(CacheMetrics loc,
Collection<CacheMetrics> metrics)
Deprecated.
Constructs merged cache metrics.
|
CacheMetricsSnapshotV2(CacheMetrics loc,
Collection<CacheMetrics> metrics)
Constructs merged cache metrics.
|
| Constructor and Description |
|---|
CacheMetricsSnapshot(CacheMetrics loc,
Collection<CacheMetrics> metrics)
Deprecated.
Constructs merged cache metrics.
|
CacheMetricsSnapshotV2(CacheMetrics loc,
Collection<CacheMetrics> metrics)
Constructs merged cache metrics.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PlatformCache.writeCacheMetrics(BinaryRawWriter writer,
CacheMetrics metrics)
Writes cache metrics.
|
| 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> |
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>> |
TcpDiscoveryMetricsUpdateMessage.cacheMetrics()
Gets cache metrics map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryMetricsUpdateMessage.setCacheMetrics(UUID nodeId,
Map<Integer,CacheMetrics> metrics)
Sets cache metrics for particular node.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020