Package org.teiid.adminapi
Interface WorkerPoolStatistics
-
- All Superinterfaces:
AdminObject
,DomainAware
,Serializable
,WorkerPoolStatisticsBean
- All Known Implementing Classes:
WorkerPoolStatisticsMetadata
public interface WorkerPoolStatistics extends WorkerPoolStatisticsBean, AdminObject, DomainAware
-
-
Field Summary
-
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
-
-
Method Summary
-
Methods inherited from interface org.teiid.adminapi.AdminObject
getName, getProperties, getPropertyValue
-
Methods inherited from interface org.teiid.adminapi.DomainAware
getHostName, getServerGroup, getServerName
-
Methods inherited from interface org.teiid.adminapi.WorkerPoolStatisticsBean
getActiveThreads, getHighestActiveThreads, getHighestQueued, getMaxThreads, getQueued, getQueueName, getTotalCompleted, getTotalSubmitted
-
-