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 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.io.journal
Methods in com.tangosol.io.journal with annotations of type MetricsValueModifier and TypeMethodDescriptionintJournalMBean.getBacklogCount()Determine the number of serialized values that have not yet been persisted to disk.intJournalMBean.getBacklogSize()Determine the total size in bytes of the serialized values that have not yet been persisted to disk.intJournalMBean.getCompactionCount()Determine the number of compactions (garbage collections) performed by this journal.doubleJournalMBean.getCurrentCollectorLoadFactor()Determine the current load factor threshold for the journal.intJournalMBean.getExhaustiveCompactionCount()Determine the total number of exhaustive compactions performed by the collector.longJournalMBean.getExhaustiveCompactionTime()Return the total amount time spent performing exhaustive compaction.intJournalMBean.getFileCount()Determine the number of Journal files used by this Journal.longJournalMBean.getTotalDataSize()Determine the amount of data currently stored by this Journal.longJournalMBean.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 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.