Uses of Annotation Interface
com.tangosol.net.management.annotation.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
Modifier 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.oracle.coherence.grpc.proxy
Modifier and TypeMethodDescriptionint
GrpcProxyMetricsMBean.getAbandonedThreadCount()
Return the total number of abandoned Daemon threads.int
GrpcProxyMetricsMBean.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.int
GrpcProxyMetricsMBean.getDaemonCountMax()
Returns the maximum number of daemon threads that the pool can create.int
GrpcProxyMetricsMBean.getDaemonCountMin()
Returns the minimum number of daemon threads that the pool should have.long
GrpcProxyMetricsMBean.getErrorRequestCount()
Return the count of requests that responded with an error.double
GrpcProxyMetricsMBean.getErrorRequestFifteenMinuteRate()
Return the fifteen minute rate of requests that responded with an error.double
GrpcProxyMetricsMBean.getErrorRequestFiveMinuteRate()
Return the five minute rate of requests that responded with an error.double
GrpcProxyMetricsMBean.getErrorRequestMeanRate()
Return the mean rate of requests that responded with an error.double
GrpcProxyMetricsMBean.getErrorRequestOneMinuteRate()
Return the one minute rate of requests that responded with an error.int
GrpcProxyMetricsMBean.getHungTaskCount()
Return the total number of currently executing hung tasks.long
GrpcProxyMetricsMBean.getHungTaskDuration()
Return the longest currently executing hung task duration (in milliseconds).int
GrpcProxyMetricsMBean.getMaxTaskBacklog()
Return the maximum backlog value since the last time the statistics were reset.double
GrpcProxyMetricsMBean.getMessageDuration75thPercentile()
Return the 75th percentile value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDuration95thPercentile()
Return the 95th percentile value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDuration98thPercentile()
Return the 98th percentile value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDuration999thPercentile()
Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDuration99thPercentile()
Return the 99th percentile value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDurationMax()
Return the maximum value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDurationMean()
Return the mean value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDurationMin()
Return the minimum value from the distribution of samples in the latest snapshot of the message duration metric.double
GrpcProxyMetricsMBean.getMessageDurationStdDev()
Return the standard deviation from the distribution of samples in the latest snapshot of the message duration metric.long
GrpcProxyMetricsMBean.getMessagesReceivedCount()
Return the count of messages received.double
GrpcProxyMetricsMBean.getMessagesReceivedFifteenMinuteRate()
Return the fifteen minute rate of messages received.double
GrpcProxyMetricsMBean.getMessagesReceivedFiveMinuteRate()
Return the five minute rate of messages received.double
GrpcProxyMetricsMBean.getMessagesReceivedMeanRate()
Return the mean rate of messages received.double
GrpcProxyMetricsMBean.getMessagesReceivedOneMinuteRate()
Return the one minute rate of messages received.long
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCount()
Returns the number of requests made by this connection.double
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountFifteenMinuteRate()
Returns the fifteen minute rate of requests made by this connection.double
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountFiveMinuteRate()
Returns the five minute rate of requests made by this connection.double
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountMeanRate()
Returns the mean rate of requests made by this connection.double
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountOneMinuteRate()
Returns the one minute rate of requests made by this connection.double
GrpcProxyMetricsMBean.getRequestDuration75thPercentile()
Return the 75th percentile value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDuration95thPercentile()
Return the 95th percentile value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDuration98thPercentile()
Return the 98th percentile value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDuration999thPercentile()
Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDuration99thPercentile()
Return the 99th percentile value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDurationMax()
Return the maximum value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDurationMean()
Return the mean value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDurationMin()
Return the minimum value from the distribution of samples in the latest snapshot of the request duration metric.double
GrpcProxyMetricsMBean.getRequestDurationStdDev()
Return the standard deviation from the distribution of samples in the latest snapshot of the request duration metric.long
GrpcProxyMetricsMBean.getResponsesSentCount()
Return the count of responses sent.double
GrpcProxyMetricsMBean.getResponsesSentFifteenMinuteRate()
Return the fifteen minute rate of responses sent.double
GrpcProxyMetricsMBean.getResponsesSentFiveMinuteRate()
Return the five minute rate of responses sent.double
GrpcProxyMetricsMBean.getResponsesSentMeanRate()
Return the mean rate of responses sent.double
GrpcProxyMetricsMBean.getResponsesSentOneMinuteRate()
Return the one minute rate of responses sent.long
GrpcProxyMetricsMBean.getSuccessfulRequestCount()
Return the count of requests that responded with success.double
GrpcProxyMetricsMBean.getSuccessfulRequestFifteenMinuteRate()
Return the fifteen minute rate of successful requests.double
GrpcProxyMetricsMBean.getSuccessfulRequestFiveMinuteRate()
Return the five minute rate of successful requests.double
GrpcProxyMetricsMBean.getSuccessfulRequestMeanRate()
Return the one minute rate of successful requests.double
GrpcProxyMetricsMBean.getSuccessfulRequestOneMinuteRate()
Return the one minute rate of successful requests.long
GrpcProxyMetricsMBean.getTaskActiveMillis()
Return the total number of milliseconds spent by all Daemon threads while executing tasks since the last time the statistics were reset.long
GrpcProxyMetricsMBean.getTaskAddCount()
Return the total number of tasks added to the pool since the last time the statistics were reset.int
GrpcProxyMetricsMBean.getTaskBacklog()
Return the number of tasks that have been added to the pool, but not yet scheduled for execution.long
GrpcProxyMetricsMBean.getTaskCount()
Return the total number of tasks executed by Daemon threads since the last time the statistics were reset.int
GrpcProxyMetricsMBean.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
Modifier 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.