| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.version | |
| org.apache.ignite.internal.processors.metric | |
| org.apache.ignite.internal.processors.metric.impl | |
| org.apache.ignite.internal.util.nio |
NIO server interfaces and common utility classes for NIO.
|
| Modifier and Type | Field and Description |
|---|---|
protected AtomicLongMetric |
GridCacheVersionManager.lastDataVer
Last version metric.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicLongMetric |
MetricRegistry.longMetric(String name,
@Nullable String desc)
Creates and register named metric.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MetricUtils.compareAndSet(AtomicLongMetric m,
long expect,
long update)
Atomically sets the value to the given updated value
if the current value
== the expected value. |
static void |
MetricUtils.setIfGreater(AtomicLongMetric m,
long update)
Update metrics value only if current value if greater then
update. |
static void |
MetricUtils.setIfLess(AtomicLongMetric m,
long update)
Update metrics value only if current value if less then
update. |
| Modifier and Type | Field and Description |
|---|---|
protected @Nullable AtomicLongMetric |
GridShmemCommunicationClient.sentBytesCntMetric
Sent bytes count metric.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020