Uses of Class
com.tangosol.net.management.annotation.MetricsScope
-
Packages that use MetricsScope Package Description com.oracle.coherence.concurrent.executor.management MBeans for Coherence Concurrent executors.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of MetricsScope in com.oracle.coherence.concurrent.executor.management
Classes in com.oracle.coherence.concurrent.executor.management with annotations of type MetricsScope Modifier and Type Interface Description interface
ExecutorMBean
ExecutorMBean provides a monitor interface for theExecutor
statistics. -
Uses of MetricsScope in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy with annotations of type MetricsScope Modifier and Type Interface Description static interface
GrpcConnectionMetrics.ConnectionMetricsMBean
A MBean to track gRPC connections.interface
GrpcProxyMetricsMBean
The gRPC Proxy metrics MBean. -
Uses of MetricsScope in com.tangosol.net.partition
Classes in com.tangosol.net.partition with annotations of type MetricsScope Modifier and Type Interface Description interface
SimpleStrategyMBean
Standard MBean interface that exposes management attributes and operations for aSimpleAssignmentStrategy
used by aPartitionedService
.
-