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.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.spi.discovery Contains APIs for topology manager SPI.org.apache.ignite.spi.discovery.isolated Contains implementation of special "isolated" mode for single-node cluster.org.apache.ignite.spi.discovery.tcp.internal Contains internal implementation.org.apache.ignite.spi.discovery.tcp.messages Contains implementation messages. -
-
Uses of CacheMetrics in org.apache.ignite
Methods in org.apache.ignite that return CacheMetrics Modifier and Type Method Description CacheMetricsIgniteCache. localMetrics()Gets local snapshot metrics (statistics) for this cache.CacheMetricsIgniteCache. metrics()Gets whole cluster snapshot metrics (statistics) for this cache.CacheMetricsIgniteCache. metrics(ClusterGroup grp)Gets cluster group snapshot metrics for caches in cluster group. -
Uses of CacheMetrics in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery that return types with arguments of type CacheMetrics Modifier and Type Method Description Map<Integer,CacheMetrics>IgniteClusterNode. cacheMetrics()Gets collections of cache metrics for this node.Method parameters in org.apache.ignite.internal.managers.discovery with type arguments of type CacheMetrics Modifier and Type Method Description voidIgniteClusterNode. setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)Sets node cache metrics. -
Uses of CacheMetrics in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement CacheMetrics Modifier and Type Class Description classCacheMetricsImplAdapter for cache metrics.classCacheMetricsSnapshotMetrics snapshot.Methods in org.apache.ignite.internal.processors.cache that return CacheMetrics Modifier and Type Method Description CacheMetricsGridCacheAdapter. clusterMetrics()Gets whole cluster metrics (statistics) for this cache.CacheMetricsGridCacheAdapter. clusterMetrics(ClusterGroup grp)Gets cluster group metrics (statistics) for this cache.CacheMetricsGridCacheProxyImpl. clusterMetrics()Gets whole cluster metrics (statistics) for this cache.CacheMetricsGridCacheProxyImpl. clusterMetrics(ClusterGroup grp)Gets cluster group metrics (statistics) for this cache.CacheMetricsIgniteInternalCache. clusterMetrics()Gets whole cluster metrics (statistics) for this cache.CacheMetricsIgniteInternalCache. clusterMetrics(ClusterGroup grp)Gets cluster group metrics (statistics) for this cache.CacheMetricsGatewayProtectedCacheProxy. localMetrics()Gets local snapshot metrics (statistics) for this cache.CacheMetricsGridCacheAdapter. localMetrics()Gets local metrics (statistics) for this cache.CacheMetricsGridCacheProxyImpl. localMetrics()Gets local metrics (statistics) for this cache.CacheMetricsIgniteCacheProxyImpl. localMetrics()Gets local snapshot metrics (statistics) for this cache.CacheMetricsIgniteInternalCache. localMetrics()Gets local metrics (statistics) for this cache.CacheMetricsGatewayProtectedCacheProxy. metrics()Gets whole cluster snapshot metrics (statistics) for this cache.CacheMetricsGatewayProtectedCacheProxy. metrics(ClusterGroup grp)Gets cluster group snapshot metrics for caches in cluster group.CacheMetricsIgniteCacheProxyImpl. metrics()Gets whole cluster snapshot metrics (statistics) for this cache.CacheMetricsIgniteCacheProxyImpl. metrics(ClusterGroup grp)Gets cluster group snapshot metrics for caches in cluster group.Constructors in org.apache.ignite.internal.processors.cache with parameters of type CacheMetrics Constructor Description CacheMetricsSnapshot(CacheMetrics loc, Collection<CacheMetrics> metrics)Constructs merged cache metrics.Constructor parameters in org.apache.ignite.internal.processors.cache with type arguments of type CacheMetrics Constructor Description CacheMetricsSnapshot(CacheMetrics loc, Collection<CacheMetrics> metrics)Constructs merged cache metrics. -
Uses of CacheMetrics in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type CacheMetrics Modifier and Type Method Description static voidPlatformCache. writeCacheMetrics(BinaryRawWriter writer, CacheMetrics metrics)Writes cache metrics. -
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 voidIsolatedNode. setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)Sets node cache metrics. -
Uses of CacheMetrics in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal that return types with arguments of type CacheMetrics Modifier and Type Method Description Map<Integer,CacheMetrics>TcpDiscoveryNode. cacheMetrics()Gets collections of cache metrics for this node.Method parameters in org.apache.ignite.spi.discovery.tcp.internal with type arguments of type CacheMetrics Modifier and Type Method Description voidTcpDiscoveryNode. setCacheMetrics(Map<Integer,CacheMetrics> cacheMetrics)Sets node cache metrics. -
Uses of CacheMetrics in org.apache.ignite.spi.discovery.tcp.messages
Methods in org.apache.ignite.spi.discovery.tcp.messages that return types with arguments of type CacheMetrics Modifier and Type Method Description Map<UUID,Map<Integer,CacheMetrics>>TcpDiscoveryMetricsUpdateMessage. cacheMetrics()Gets cache metrics map.Method parameters in org.apache.ignite.spi.discovery.tcp.messages with type arguments of type CacheMetrics Modifier and Type Method Description voidTcpDiscoveryMetricsUpdateMessage. setCacheMetrics(UUID nodeId, Map<Integer,CacheMetrics> metrics)Sets cache metrics for particular node.
-