Uses of Annotation Interface
com.tangosol.net.management.annotation.MetricsValue
Packages that use MetricsValue
Package
Description
MBeans for Coherence Concurrent executors.
The Coherence gRPC server implementation.
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.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy with annotations of type MetricsValueModifier and TypeMethodDescriptionintGrpcProxyMetricsMBean.getAbandonedThreadCount()Return the total number of abandoned Daemon threads.intGrpcProxyMetricsMBean.getDaemonCount()Return the number of Daemon threads that exist, if the pool has been started, or the number of Daemon threads that will be created, if the pool has not yet been started.intGrpcProxyMetricsMBean.getDaemonCountMax()Returns the maximum number of daemon threads that the pool can create.intGrpcProxyMetricsMBean.getDaemonCountMin()Returns the minimum number of daemon threads that the pool should have.longGrpcProxyMetricsMBean.getErrorRequestCount()Return the count of requests that responded with an error.doubleGrpcProxyMetricsMBean.getErrorRequestFifteenMinuteRate()Return the fifteen minute rate of requests that responded with an error.doubleGrpcProxyMetricsMBean.getErrorRequestFiveMinuteRate()Return the five minute rate of requests that responded with an error.doubleGrpcProxyMetricsMBean.getErrorRequestMeanRate()Return the mean rate of requests that responded with an error.doubleGrpcProxyMetricsMBean.getErrorRequestOneMinuteRate()Return the one minute rate of requests that responded with an error.intGrpcProxyMetricsMBean.getHungTaskCount()Return the total number of currently executing hung tasks.longGrpcProxyMetricsMBean.getHungTaskDuration()Return the longest currently executing hung task duration (in milliseconds).intGrpcProxyMetricsMBean.getMaxTaskBacklog()Return the maximum backlog value since the last time the statistics were reset.doubleGrpcProxyMetricsMBean.getMessageDuration75thPercentile()Return the 75th percentile value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDuration95thPercentile()Return the 95th percentile value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDuration98thPercentile()Return the 98th percentile value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDuration999thPercentile()Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDuration99thPercentile()Return the 99th percentile value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDurationMax()Return the maximum value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDurationMean()Return the mean value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDurationMin()Return the minimum value from the distribution of samples in the latest snapshot of the message duration metric.doubleGrpcProxyMetricsMBean.getMessageDurationStdDev()Return the standard deviation from the distribution of samples in the latest snapshot of the message duration metric.longGrpcProxyMetricsMBean.getMessagesReceivedCount()Return the count of messages received.doubleGrpcProxyMetricsMBean.getMessagesReceivedFifteenMinuteRate()Return the fifteen minute rate of messages received.doubleGrpcProxyMetricsMBean.getMessagesReceivedFiveMinuteRate()Return the five minute rate of messages received.doubleGrpcProxyMetricsMBean.getMessagesReceivedMeanRate()Return the mean rate of messages received.doubleGrpcProxyMetricsMBean.getMessagesReceivedOneMinuteRate()Return the one minute rate of messages received.longGrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCount()Returns the number of requests made by this connection.doubleGrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountFifteenMinuteRate()Returns the fifteen minute rate of requests made by this connection.doubleGrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountFiveMinuteRate()Returns the five minute rate of requests made by this connection.doubleGrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountMeanRate()Returns the mean rate of requests made by this connection.doubleGrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountOneMinuteRate()Returns the one minute rate of requests made by this connection.doubleGrpcProxyMetricsMBean.getRequestDuration75thPercentile()Return the 75th percentile value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDuration95thPercentile()Return the 95th percentile value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDuration98thPercentile()Return the 98th percentile value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDuration999thPercentile()Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDuration99thPercentile()Return the 99th percentile value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDurationMax()Return the maximum value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDurationMean()Return the mean value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDurationMin()Return the minimum value from the distribution of samples in the latest snapshot of the request duration metric.doubleGrpcProxyMetricsMBean.getRequestDurationStdDev()Return the standard deviation from the distribution of samples in the latest snapshot of the request duration metric.longGrpcProxyMetricsMBean.getResponsesSentCount()Return the count of responses sent.doubleGrpcProxyMetricsMBean.getResponsesSentFifteenMinuteRate()Return the fifteen minute rate of responses sent.doubleGrpcProxyMetricsMBean.getResponsesSentFiveMinuteRate()Return the five minute rate of responses sent.doubleGrpcProxyMetricsMBean.getResponsesSentMeanRate()Return the mean rate of responses sent.doubleGrpcProxyMetricsMBean.getResponsesSentOneMinuteRate()Return the one minute rate of responses sent.longGrpcProxyMetricsMBean.getSuccessfulRequestCount()Return the count of requests that responded with success.doubleGrpcProxyMetricsMBean.getSuccessfulRequestFifteenMinuteRate()Return the fifteen minute rate of successful requests.doubleGrpcProxyMetricsMBean.getSuccessfulRequestFiveMinuteRate()Return the five minute rate of successful requests.doubleGrpcProxyMetricsMBean.getSuccessfulRequestMeanRate()Return the one minute rate of successful requests.doubleGrpcProxyMetricsMBean.getSuccessfulRequestOneMinuteRate()Return the one minute rate of successful requests.longGrpcProxyMetricsMBean.getTaskActiveMillis()Return the total number of milliseconds spent by all Daemon threads while executing tasks since the last time the statistics were reset.longGrpcProxyMetricsMBean.getTaskAddCount()Return the total number of tasks added to the pool since the last time the statistics were reset.intGrpcProxyMetricsMBean.getTaskBacklog()Return the number of tasks that have been added to the pool, but not yet scheduled for execution.longGrpcProxyMetricsMBean.getTaskCount()Return the total number of tasks executed by Daemon threads since the last time the statistics were reset.intGrpcProxyMetricsMBean.getTaskTimeoutCount()Return the total number of timed-out tasks since the last time the statistics were reset. -
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.