TIBCO StreamBase monitoring API
Types
All Types | Classes | Interfaces |
Name | Description | |
---|---|---|
SystemInfo..::..GCInfo |
Information about a Garbage Collector
| |
ModuleInfo |
Represents information about a parallel module in a StreamBase Server.
Instances of this class should be retrieved from a Snapshot.
| |
MonitorListener |
Implement this interface in order to receive the information produced by a
StreamBaseMonitor object.
| |
OperatorInfo |
Represents information about a single operator in a StreamBase application.
Instances of this class should be retrieved from a Snapshot.
| |
ModuleInfo..::..QueueInfo |
Information about a Queue on a Parallel Module
| |
Snapshot |
Stores a snapshot of information from a StreamBase application.
Snapshot objects are created by the StreamBaseMonitor class, and consumed
by MonitorListeners. New snapshots are produced at regular intervals,
depending on the period specified in the StreamBase Server's conf file.
| |
StreamBaseMonitor |
Monitors a StreamBase Server, and gathers statistics. Periodically sends
Snapshot objects to all registered MonitorListeners.
| |
StreamInfo |
Represents information about a stream in a StreamBase Server.
Instances of this class are retrieved from a Snapshot.
| |
SystemInfo |
Represents system-level information. Instances of this class are
retrieved from a Snapshot.
| |
ThreadInfo |
Represents information about a single thread in a StreamBase Server.
Instances of this class should be retrieved from a Snapshot.
|