public class Collectd extends AbstractSpringContextJmxServiceDaemon<Collectd> implements CollectdMBean
Collectd class.
DAEMON_BEAN_NAME
Constructor and Description |
---|
Collectd() |
Modifier and Type | Method and Description |
---|---|
long |
getActiveThreads() |
long |
getCollectableServiceCount() |
long |
getCorePoolThreads() |
protected String |
getLoggingPrefix()
getLoggingPrefix
|
long |
getMaxPoolThreads() |
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<Collectd>
String
object.protected String getSpringContext()
getSpringContext
getSpringContext
in class AbstractSpringContextJmxServiceDaemon<Collectd>
String
object.public long getActiveThreads()
getActiveThreads
in interface CollectdMBean
public long getTasksTotal()
getTasksTotal
in interface CollectdMBean
public long getTasksCompleted()
getTasksCompleted
in interface CollectdMBean
public double getTaskCompletionRatio()
getTaskCompletionRatio
in interface CollectdMBean
public long getNumPoolThreads()
getNumPoolThreads
in interface CollectdMBean
public long getCorePoolThreads()
getCorePoolThreads
in interface CollectdMBean
public long getMaxPoolThreads()
getMaxPoolThreads
in interface CollectdMBean
public long getPeakPoolThreads()
getPeakPoolThreads
in interface CollectdMBean
public long getTaskQueuePendingCount()
getTaskQueuePendingCount
in interface CollectdMBean
public long getTaskQueueRemainingCapacity()
getTaskQueueRemainingCapacity
in interface CollectdMBean
public long getCollectableServiceCount()
getCollectableServiceCount
in interface CollectdMBean
Copyright © 2021. All rights reserved.