public class WorkerPoolStatisticsMetadata extends AdminObjectImpl implements WorkerPoolStatistics
attachmentsDELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD| Constructor and Description |
|---|
WorkerPoolStatisticsMetadata() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveThreads()
Current active thread count
|
int |
getHighestActiveThreads()
Highest Active threads recorded so far
|
int |
getHighestQueued() |
int |
getMaxThreads()
Max number of active threads allowed
|
int |
getQueued() |
String |
getQueueName()
Queue Name
|
long |
getTotalCompleted() |
long |
getTotalSubmitted() |
void |
setActiveThreads(int activeThreads) |
void |
setHighestActiveThreads(int highestActiveThreads) |
void |
setHighestQueued(int highestQueued) |
void |
setMaxThreads(int maxThreads) |
void |
setQueued(int queued) |
void |
setQueueName(String name) |
void |
setTotalCompleted(long totalCompleted) |
void |
setTotalSubmitted(long totalSubmitted) |
String |
toString() |
addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setName, setProperties, setServerGroup, setServerNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getProperties, getPropertyValuegetHostName, getServerGroup, getServerNamepublic int getActiveThreads()
WorkerPoolStatisticsgetActiveThreads in interface WorkerPoolStatisticspublic int getHighestActiveThreads()
WorkerPoolStatisticsgetHighestActiveThreads in interface WorkerPoolStatisticspublic long getTotalCompleted()
getTotalCompleted in interface WorkerPoolStatisticspublic long getTotalSubmitted()
getTotalSubmitted in interface WorkerPoolStatisticspublic String getQueueName()
WorkerPoolStatisticsgetQueueName in interface WorkerPoolStatisticspublic int getQueued()
getQueued in interface WorkerPoolStatisticspublic int getHighestQueued()
getHighestQueued in interface WorkerPoolStatisticspublic int getMaxThreads()
WorkerPoolStatisticsgetMaxThreads in interface WorkerPoolStatisticspublic void setQueued(int queued)
public void setHighestQueued(int highestQueued)
public void setMaxThreads(int maxThreads)
public void setActiveThreads(int activeThreads)
public void setHighestActiveThreads(int highestActiveThreads)
public void setTotalSubmitted(long totalSubmitted)
public void setTotalCompleted(long totalCompleted)
public void setQueueName(String name)
Copyright © 2018 JBoss by Red Hat. All rights reserved.