Uses of Annotation Interface
com.tangosol.net.management.annotation.MetricsValue
Packages that use MetricsValue
Package
Description
MBeans for Coherence Concurrent executors.
Contains classes related to the Coherence Management Framework.
Contains interfaces and classes related to partitioned services.
-
Uses of MetricsValue in com.oracle.coherence.concurrent.executor.management
Methods in com.oracle.coherence.concurrent.executor.management with annotations of type MetricsValueModifier and TypeMethodDescriptionintExecutorMBean.getStateCode()Get the state of the executor as an integer.longExecutorMBean.getTasksCompletedCount()Get the completed tasks count for the executor.longExecutorMBean.getTasksInProgressCount()Get the in progress tasks count for the executor.longExecutorMBean.getTasksRejectedCount()Get the number of tasks rejected by the executor. -
Uses of MetricsValue in com.tangosol.net.management
Methods in com.tangosol.net.management with annotations of type MetricsValueModifier and TypeMethodDescriptionlongViewMBean.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 MetricsValueModifier and TypeMethodDescriptionlongSimpleStrategyMBean.getAveragePartitionSizeKB()Get the average partition storage size.longSimpleStrategyMBean.getAverageStorageSizeKB()Get the average node storage size.intSimpleStrategyMBean.getHAStatusCode()The High Availability status for the service as an integer.intSimpleStrategyMBean.getMaxLoadNodeId()Get the node id with the maximum storage size.longSimpleStrategyMBean.getMaxPartitionSizeKB()Get the maximum partition storage size.longSimpleStrategyMBean.getMaxStorageSizeKB()Get maximum node storage size.intSimpleStrategyMBean.getRemainingDistributionCount()Get the number of distributions (partition transfers) that remain to be completed before the service achieves the goals set by this strategy.intSimpleStrategyMBean.getServiceMachineCount()Get the number of machines that host storage-enabled nodes running this service.intSimpleStrategyMBean.getServiceNodeCount()Get the number of storage-enabled nodes running this service.intSimpleStrategyMBean.getServiceRackCount()Get the number of racks that host storage-enabled nodes running this service.intSimpleStrategyMBean.getServiceSiteCount()Get the number of sites that host storage-enabled nodes running this service.