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 journaling services.
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 TypeMethodDescriptionint
ExecutorMBean.getStateCode()
Get the state of the executor as an integer.long
ExecutorMBean.getTasksCompletedCount()
Get the completed tasks count for the executor.long
ExecutorMBean.getTasksInProgressCount()
Get the in progress tasks count for the executor.long
ExecutorMBean.getTasksRejectedCount()
Get the number of tasks rejected by the executor. -
Uses of MetricsValue in com.tangosol.io.journal
Methods in com.tangosol.io.journal with annotations of type MetricsValueModifier and TypeMethodDescriptionint
JournalMBean.getBacklogCount()
Determine the number of serialized values that have not yet been persisted to disk.int
JournalMBean.getBacklogSize()
Determine the total size in bytes of the serialized values that have not yet been persisted to disk.int
JournalMBean.getCompactionCount()
Determine the number of compactions (garbage collections) performed by this journal.double
JournalMBean.getCurrentCollectorLoadFactor()
Determine the current load factor threshold for the journal.int
JournalMBean.getExhaustiveCompactionCount()
Determine the total number of exhaustive compactions performed by the collector.long
JournalMBean.getExhaustiveCompactionTime()
Return the total amount time spent performing exhaustive compaction.int
JournalMBean.getFileCount()
Determine the number of Journal files used by this Journal.long
JournalMBean.getTotalDataSize()
Determine the amount of data currently stored by this Journal.long
JournalMBean.getTotalFileSize()
Determine the number of bytes in the Journal files for this Journal. -
Uses of MetricsValue in com.tangosol.net.partition
Methods in com.tangosol.net.partition with annotations of type MetricsValueModifier and TypeMethodDescriptionlong
SimpleStrategyMBean.getAveragePartitionSizeKB()
Get the average partition storage size.long
SimpleStrategyMBean.getAverageStorageSizeKB()
Get the average node storage size.int
SimpleStrategyMBean.getHAStatusCode()
The High Availability status for the service as an integer.int
SimpleStrategyMBean.getMaxLoadNodeId()
Get the node id with the maximum storage size.long
SimpleStrategyMBean.getMaxPartitionSizeKB()
Get the maximum partition storage size.long
SimpleStrategyMBean.getMaxStorageSizeKB()
Get maximum node storage size.int
SimpleStrategyMBean.getRemainingDistributionCount()
Get the number of distributions (partition transfers) that remain to be completed before the service achieves the goals set by this strategy.int
SimpleStrategyMBean.getServiceMachineCount()
Get the number of machines that host storage-enabled nodes running this service.int
SimpleStrategyMBean.getServiceNodeCount()
Get the number of storage-enabled nodes running this service.int
SimpleStrategyMBean.getServiceRackCount()
Get the number of racks that host storage-enabled nodes running this service.int
SimpleStrategyMBean.getServiceSiteCount()
Get the number of sites that host storage-enabled nodes running this service.