com.metamatrix.common.queue
Class WorkerPoolStats
java.lang.Object
com.metamatrix.common.queue.WorkerPoolStats
- All Implemented Interfaces:
- java.io.Serializable
public class WorkerPoolStats
- extends java.lang.Object
- implements java.io.Serializable
This class is a holder for all the statistics gathered about a worker pool.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
queued
public int queued
maxThreads
public int maxThreads
activeThreads
public int activeThreads
highestActiveThreads
public int highestActiveThreads
totalSubmitted
public long totalSubmitted
totalCompleted
public long totalCompleted
WorkerPoolStats
public WorkerPoolStats()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getActiveThreads
public int getActiveThreads()
getHighestActiveThreads
public int getHighestActiveThreads()
getTotalCompleted
public long getTotalCompleted()
getTotalSubmitted
public long getTotalSubmitted()
getQueueName
public java.lang.String getQueueName()
getQueued
public int getQueued()
getHighestQueued
public int getHighestQueued()
getMaxThreads
public int getMaxThreads()
Copyright © 2009. All Rights Reserved.