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() |
addAttachment, 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()
WorkerPoolStatisticsBeangetActiveThreads in interface WorkerPoolStatisticsBeanpublic int getHighestActiveThreads()
WorkerPoolStatisticsBeangetHighestActiveThreads in interface WorkerPoolStatisticsBeanpublic long getTotalCompleted()
getTotalCompleted in interface WorkerPoolStatisticsBeanpublic long getTotalSubmitted()
getTotalSubmitted in interface WorkerPoolStatisticsBeanpublic String getQueueName()
WorkerPoolStatisticsBeangetQueueName in interface WorkerPoolStatisticsBeanpublic int getQueued()
getQueued in interface WorkerPoolStatisticsBeanpublic int getHighestQueued()
getHighestQueued in interface WorkerPoolStatisticsBeanpublic int getMaxThreads()
WorkerPoolStatisticsBeangetMaxThreads in interface WorkerPoolStatisticsBeanpublic 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 © 2019. All rights reserved.