Modifier and Type | Class and Description |
---|---|
static class |
ModuleInfo.QueueInfo
Information about a Queue between modules or containers.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
protected void |
extractQueueInfo(String name,
StatTuplev3 st)
extract queue info from the StatTuple.
|
String |
getName()
Returns the name of the thread.
|
int |
getNumTasks()
Return the number of tasks on the task queue
|
Collection<ModuleInfo.QueueInfo> |
queues()
Return a Collection of QueueInfo's which contains information about each queue
|
protected void extractQueueInfo(String name, StatTuplev3 st)
name
- st
- public Collection<ModuleInfo.QueueInfo> queues()
public String getName()
public int getNumTasks()