Uses of Interface
org.apache.ignite.MemoryMetrics
-
Packages that use MemoryMetrics Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation. -
-
Uses of MemoryMetrics in org.apache.ignite
Classes in org.apache.ignite that implement MemoryMetrics Modifier and Type Class Description classDataRegionMetricsAdapterDeprecated.Check theReadOnlyMetricRegistrywith "name=io.dataregion.Methods in org.apache.ignite that return MemoryMetrics Modifier and Type Method Description @Nullable MemoryMetricsIgnite. memoryMetrics(String dataRegionName)Deprecated.Check theReadOnlyMetricRegistrywith "name=io.dataregion.Methods in org.apache.ignite that return types with arguments of type MemoryMetrics Modifier and Type Method Description static Collection<MemoryMetrics>DataRegionMetricsAdapter. collectionOf(Collection<DataRegionMetrics> dataRegionMetrics)Deprecated.Converts collection ofDataRegionMetricsinto collection of legacyMemoryMetrics.Collection<MemoryMetrics>Ignite. memoryMetrics()Deprecated.Check theReadOnlyMetricRegistrywith "name=io.dataregion. -
Uses of MemoryMetrics in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return MemoryMetrics Modifier and Type Method Description @Nullable MemoryMetricsIgniteKernal. memoryMetrics(String memPlcName)Methods in org.apache.ignite.internal that return types with arguments of type MemoryMetrics Modifier and Type Method Description Collection<MemoryMetrics>IgniteKernal. memoryMetrics()
-