org.teiid.adminapi
Interface WorkerPoolStatistics

All Superinterfaces:
AdminObject, java.io.Serializable
All Known Implementing Classes:
WorkerPoolStatisticsMetadata

public interface WorkerPoolStatistics
extends AdminObject


Field Summary
 
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Method Summary
 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()
           
 java.lang.String getQueueName()
          Queue Name
 long getTotalCompleted()
           
 long getTotalSubmitted()
           
 
Methods inherited from interface org.teiid.adminapi.AdminObject
getName, getProperties, getPropertyValue
 

Method Detail

getActiveThreads

int getActiveThreads()
Current active thread count

Returns:

getHighestActiveThreads

int getHighestActiveThreads()
Highest Active threads recorded so far

Returns:

getQueueName

java.lang.String getQueueName()
Queue Name

Returns:

getMaxThreads

int getMaxThreads()
Max number of active threads allowed

Returns:

getQueued

int getQueued()
Returns:
Returns the number of requests queued.
Since:
4.3

getTotalCompleted

long getTotalCompleted()
Returns:
The number of completed tasks

getTotalSubmitted

long getTotalSubmitted()
Returns:
The number of submitted tasks

getHighestQueued

int getHighestQueued()
Returns:
Returns the highest queue size


Copyright © 2011. All Rights Reserved.