From c065c1902f5a052f18d4bd63fe13ee124874c0b7 Mon Sep 17 00:00:00 2001 From: coherence-bot Date: Mon, 6 Jan 2025 03:22:59 +0000 Subject: [PATCH] Update 14.1.2-0-1-SNAPSHOT docs --- .../annotation/class-use/MetricsScope.html | 20 ++++++++++++++++- .../annotation/class-use/MetricsValue.html | 22 ++++++++++++++++++- .../management/annotation/package-use.html | 12 ++++++++++ 3 files changed, 52 insertions(+), 2 deletions(-) diff --git a/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsScope.html b/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsScope.html index 45512ddd69f9..44349ca44b9b 100644 --- a/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsScope.html +++ b/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsScope.html @@ -59,8 +59,12 @@

MBeans for Coherence Concurrent executors.
- +
+
Contains classes related to the Coherence Management Framework.
+
+ +
Contains interfaces and classes related to partitioned services.
@@ -83,6 +87,20 @@

Uses of +

Uses of MetricsScope in com.tangosol.net.management

+
Classes in com.tangosol.net.management with annotations of type MetricsScope
+
+
Modifier and Type
+
Interface
+
Description
+
interface 
+ +
 
+
+ + +
  • Uses of MetricsScope in com.tangosol.net.partition

    Classes in com.tangosol.net.partition with annotations of type MetricsScope
    diff --git a/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsValue.html b/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsValue.html index 68848015d9ba..4ff3dba708e5 100644 --- a/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsValue.html +++ b/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/class-use/MetricsValue.html @@ -59,8 +59,12 @@

    MBeans for Coherence Concurrent executors.
    - +
    +
    Contains classes related to the Coherence Management Framework.
    +
    + +
    Contains interfaces and classes related to partitioned services.
    @@ -98,6 +102,22 @@

    Uses of +

    Uses of MetricsValue in com.tangosol.net.management

    +
    Methods in com.tangosol.net.management with annotations of type MetricsValue
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    long
    +
    ViewMBean.getSize()
    +
    +
    Returns the number of key-value mappings in this cache.
    +
    +
    +

    +
  • +
  • Uses of MetricsValue in com.tangosol.net.partition

    Methods in com.tangosol.net.partition with annotations of type MetricsValue
    diff --git a/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/package-use.html b/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/package-use.html index 8ee654104e0f..018e0be5741b 100644 --- a/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/package-use.html +++ b/14.1.2-0-1-SNAPSHOT/api/java/com/tangosol/net/management/annotation/package-use.html @@ -121,6 +121,18 @@

    The Description annotation allows a description to be specified for a method on an MBean, and for an MBean interface itself. + +
    +
    The MetricsScope descriptor annotation adds a metrics.scope field and its + value to the descriptor + for an MBean.
    +
    + +
    +
    The MetricsValue descriptor annotation adds a metrics.value field + and its value to the descriptor + for a method on an MBean.
    +