Package com.streambase.sb.monitor
Class ModuleInfo
java.lang.Object
com.streambase.sb.monitor.ModuleInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Information about a Queue between modules or containers. -
Method Summary
Modifier and TypeMethodDescriptionclone()
protected void
extractQueueInfo
(String name, com.streambase.sb.monitor.StatTuplev3 st) extract queue info from the StatTuple.getName()
Returns the name of the thread.int
Return the number of tasks on the task queuequeues()
Return a Collection of QueueInfo's which contains information about each queue
-
Method Details
-
extractQueueInfo
extract queue info from the StatTuple. It's used only by Stats v3.- Parameters:
name
- queue namest
- statistics (v3)
-
queues
Return a Collection of QueueInfo's which contains information about each queue- Returns:
- a Collection of QueueInfos
-
queueInfoStream
- Returns:
- The queue info stream
-
clone
-
getName
-
getNumTasks
public int getNumTasks()Return the number of tasks on the task queue- Returns:
- number of tasks on the task queue
-