Uses of Class
lumis.portal.jmx.Description
-
Packages that use Description Package Description lumis.portal.httpintegration Provides access to the LumisXP HTTP integration framework.lumis.portal.monitor.jmx lumis.service.analytics.usersegmentation.manager -
-
Uses of Description in lumis.portal.httpintegration
Methods in lumis.portal.httpintegration with annotations of type Description Modifier and Type Method Description java.lang.Integer
IHTTPIntegrationRouteJMX. getAvailableConnections()
java.lang.Integer
IHTTPIntegrationRouteJMX. getAwaitingConnections()
java.lang.Double
IHTTPIntegrationEndpointJMX. getClientErrorResponsesAverageTime()
java.lang.Double
IHTTPIntegrationEndpointJMX. getErrorResponsesAverageTime()
java.lang.Double
IHTTPIntegrationEndpointJMX. getInformationalResponsesAverageTime()
java.lang.Integer
IHTTPIntegrationRouteJMX. getMaxConnections()
long
IHTTPIntegrationEndpointJMX. getNumberOfAllErrors()
long
IHTTPIntegrationEndpointJMX. getNumberOfClientErrorResponses()
long
IHTTPIntegrationEndpointJMX. getNumberOfExceptions()
long
IHTTPIntegrationEndpointJMX. getNumberOfInformationalResponses()
long
IHTTPIntegrationEndpointJMX. getNumberOfOkResponses()
long
IHTTPIntegrationEndpointJMX. getNumberOfRedirectResponses()
long
IHTTPIntegrationEndpointJMX. getNumberOfServerErrorResponses()
long
IHTTPIntegrationEndpointJMX. getNumberOfTimeouts()
java.lang.Double
IHTTPIntegrationEndpointJMX. getOkResponsesAverageTime()
java.lang.Double
IHTTPIntegrationEndpointJMX. getRedirectResponsesAverageTime()
long
IHTTPIntegrationEndpointJMX. getRequestCount()
java.lang.Integer
IHTTPIntegrationRouteJMX. getUsedConnections()
java.util.Collection<java.lang.String>
IHTTPIntegrationGlobalJMX. getUsedRoutes()
-
Uses of Description in lumis.portal.monitor.jmx
Classes in lumis.portal.monitor.jmx with annotations of type Description Modifier and Type Interface Description interface
MonitorHealthMBean
Methods in lumis.portal.monitor.jmx with annotations of type Description Modifier and Type Method Description double
MonitorHealthMBean. getItemAddedAverageThroughput()
Health indicator of the average of the throughput of items added in monitor process queue (how many items have been added in one second).double
MonitorHealthMBean. getItemProcessedAverageThroughput()
Health indicator of the average of the throughput of items processed in monitor process queue (how many items have been added in one second).double
MonitorHealthMBean. getItemRejectedAverageThroughput()
Health indicator of the average of the throughput of items rejected by the monitor process queue (how many items have been rejected in one second).int
MonitorHealthMBean. getNumberOfActiveThreads()
Health indicator of the number of currently active monitor process threads.int
MonitorHealthMBean. getNumberOfThreads()
Health indicator of the number of monitor process threads.int
MonitorHealthMBean. getProcessQueueMaximumSize()
Heath indicator of the monitoring process queue maximum size.int
MonitorHealthMBean. getProcessQueueSize()
Heath indicator of the monitoring process queue size.double
MonitorHealthMBean. getQueueAverageDuration()
Health indicator of the average of the duration an item remains on the process queue, since it was added until it is fully processed. -
Uses of Description in lumis.service.analytics.usersegmentation.manager
Classes in lumis.service.analytics.usersegmentation.manager with annotations of type Description Modifier and Type Interface Description interface
IUserSegmentationManagerJMXBean
Methods in lumis.service.analytics.usersegmentation.manager with annotations of type Description Modifier and Type Method Description double
IUserSegmentationManagerJMXBean. getItemAddedAverageThroughput()
Health indicator of the average of the throughput of items added in user segmentation manager process queue (how many items have been added in one second).double
IUserSegmentationManagerJMXBean. getItemProcessedAverageThroughput()
Health indicator of the average of the throughput of items processed in user segmentation manager process queue (how many items have been added in one second).double
IUserSegmentationManagerJMXBean. getItemRejectedAverageThroughput()
Health indicator of the average of the throughput of items rejected by the user segmentation manager process queue (how many items have been rejected in one second).int
IUserSegmentationManagerJMXBean. getNumberOfActiveThreads()
Health indicator of the number of currently active user segmentation manager process threads.int
IUserSegmentationManagerJMXBean. getNumberOfThreads()
Health indicator of the number of user segmentation manager process threads.int
IUserSegmentationManagerJMXBean. getPostponedRealTimeUserSegmentationCalculationQueueSize()
int
IUserSegmentationManagerJMXBean. getProcessQueueMaximumSize()
Heath indicator of the user segmentation manager process queue maximum size.int
IUserSegmentationManagerJMXBean. getProcessQueueSize()
Heath indicator of the user segmentation process queue size.double
IUserSegmentationManagerJMXBean. getQueueAverageDuration()
Health indicator of the average of the duration an item remains on the process queue, since it was added until it is fully processed.boolean
IUserSegmentationManagerJMXBean. isRealTimeUserSegmentationCalculationEnabled()
-