| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.cache.persistence | |
| org.apache.ignite.internal.visor.cache | |
| org.apache.ignite.mxbean |
Contains annotations for Dynamic MBeans.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryMetrics |
Ignite.memoryMetrics(String memPlcName)
Returns the latest
MemoryMetrics snapshot for the memory region of the given name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MemoryMetrics> |
Ignite.memoryMetrics()
Returns a collection of
MemoryMetrics that reflects page memory usage on this Apache Ignite node
instance. |
| Modifier and Type | Method and Description |
|---|---|
MemoryMetrics |
IgniteKernal.memoryMetrics(String memPlcName)
Returns the latest
MemoryMetrics snapshot for the memory region of the given name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MemoryMetrics> |
IgniteKernal.memoryMetrics()
Returns a collection of
MemoryMetrics that reflects page memory usage on this Apache Ignite node
instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryMetricsImpl |
class |
MemoryMetricsSnapshot |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,MemoryMetrics> |
IgniteCacheDatabaseSharedManager.memMetricsMap |
| Modifier and Type | Method and Description |
|---|---|
MemoryMetrics |
IgniteCacheDatabaseSharedManager.memoryMetrics(String memPlcName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MemoryMetrics> |
IgniteCacheDatabaseSharedManager.memoryMetrics() |
| Constructor and Description |
|---|
MemoryMetricsSnapshot(MemoryMetrics metrics) |
| Constructor and Description |
|---|
VisorMemoryMetrics(MemoryMetrics m) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MemoryMetricsMXBean
This interface defines a JMX view on
MemoryMetrics. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017