public class Pollerd extends AbstractSpringContextJmxServiceDaemon<Poller> implements PollerdMBean
Pollerd class.
DAEMON_BEAN_NAME
Constructor and Description |
---|
Pollerd() |
Modifier and Type | Method and Description |
---|---|
long |
getActiveThreads() |
long |
getCorePoolThreads() |
protected String |
getLoggingPrefix()
getLoggingPrefix
|
long |
getMaxPoolThreads() |
long |
getNumPolls()
Returns the number of polls that have been executed so far (counter).
|
long |
getNumPoolThreads() |
long |
getPeakPoolThreads() |
protected String |
getSpringContext()
getSpringContext
|
double |
getTaskCompletionRatio() |
long |
getTaskQueuePendingCount() |
long |
getTaskQueueRemainingCapacity() |
long |
getTasksCompleted() |
long |
getTasksTotal() |
getContext, getDaemon, getStatus, getStatusText, init, start, status, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, getStatusText, init, start, status, stop
protected String getLoggingPrefix()
getLoggingPrefix
getLoggingPrefix
in class AbstractSpringContextJmxServiceDaemon<Poller>
String
object.protected String getSpringContext()
getSpringContext
getSpringContext
in class AbstractSpringContextJmxServiceDaemon<Poller>
String
object.public long getActiveThreads()
getActiveThreads
in interface PollerdMBean
public long getTasksTotal()
getTasksTotal
in interface PollerdMBean
public long getTasksCompleted()
getTasksCompleted
in interface PollerdMBean
public long getNumPolls()
getNumPolls
in interface PollerdMBean
public double getTaskCompletionRatio()
getTaskCompletionRatio
in interface PollerdMBean
public long getNumPoolThreads()
getNumPoolThreads
in interface PollerdMBean
public long getPeakPoolThreads()
getPeakPoolThreads
in interface PollerdMBean
public long getCorePoolThreads()
getCorePoolThreads
in interface PollerdMBean
public long getMaxPoolThreads()
getMaxPoolThreads
in interface PollerdMBean
public long getTaskQueuePendingCount()
getTaskQueuePendingCount
in interface PollerdMBean
public long getTaskQueueRemainingCapacity()
getTaskQueueRemainingCapacity
in interface PollerdMBean
Copyright © 2021. All rights reserved.