| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.mxbean |
Contains annotations for Dynamic MBeans.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable DataRegionMetrics |
IgniteSpringBean.dataRegionMetrics(String memPlcName)
Returns the latest
DataRegionMetrics snapshot for the memory region of the given name. |
DataRegionMetrics |
Ignite.dataRegionMetrics(String memPlcName)
Returns the latest
DataRegionMetrics snapshot for the memory region of the given name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DataRegionMetrics> |
IgniteSpringBean.dataRegionMetrics()
Returns a collection of
DataRegionMetrics that reflects page memory usage on this Apache Ignite node
instance. |
Collection<DataRegionMetrics> |
Ignite.dataRegionMetrics()
Returns a collection of
DataRegionMetrics that reflects page memory usage on this Apache Ignite node
instance. |
| Modifier and Type | Method and Description |
|---|---|
static DataRegionMetricsAdapter |
DataRegionMetricsAdapter.valueOf(DataRegionMetrics delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<MemoryMetrics> |
DataRegionMetricsAdapter.collectionOf(Collection<DataRegionMetrics> dataRegionMetrics)
Deprecated.
Converts collection of
DataRegionMetrics into collection of legacy MemoryMetrics. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataRegionMetricsMXBean
Deprecated.
Use
GridMetricManager instead. |
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025