Information about a Queue on a Parallel Module
Namespace: StreamBase.SB.MonitorAssembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 10.3.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class QueueInfo : ICloneable
Public Class QueueInfo _ Implements ICloneable
public ref class QueueInfo : ICloneable
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Clone()()()() |
Clones this ModuleInfo.QueueInfo instance.
| |
| CurrentQueueLength |
Gets the maximum numbers of tuples that this queue can currently contain.
| |
| Equals(Object) |
Compares the given ModuleInfo..::..QueueInfo to the current instance.
QueueInfos are considered equal if they have the same name.
(Overrides Object..::..Equals(Object).) | |
| GetCurrentQueueLength()()()() |
Gets the maximum numbers of tuples that this queue can currently contain.
| |
| GetHashCode()()()() |
Returns the hash value for this object.
(Overrides Object..::..GetHashCode()()()().) | |
| GetMaxQueueLength()()()() |
Gets the approximate number of tuples currently in this queue. This
number is approximate since there can be multiple threads accessing the
queue at the same time.
| |
| GetQueueName()()()() |
Gets the name of this queue.
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MaxQueueLength |
Gets the approximate number of tuples currently in this queue. This
number is approximate since there can be multiple threads accessing the
queue at the same time.
| |
| QueueName |
Gets the name of this queue.
| |
| ToString()()()() |
Returns a string representation of this instance.
(Overrides Object..::..ToString()()()().) |