|  | 
| AP_uint64 | getUptime () const | 
|  | The time in milliseconds since the correlator was started.  More... 
 | 
|  | 
| AP_uint32 | getNumContexts () const | 
|  | The number of contexts in the correlator, including the main context.  More... 
 | 
|  | 
| AP_uint32 | getNumMonitors () const | 
|  | The number of EPL monitor definitions injected into the correlator.  More... 
 | 
|  | 
| AP_uint32 | getNumProcesses () const | 
|  | The number of monitor instances, also known as sub-monitors.  More... 
 | 
|  | 
| AP_uint32 | getNumJavaApplications () const | 
|  | The number of Java applications and Java EPL plug-ins loaded in the correlator.  More... 
 | 
|  | 
| AP_uint32 | getNumListeners () const | 
|  | The number of listeners in all contexts.  More... 
 | 
|  | 
| AP_uint32 | getNumEventTypes () const | 
|  | The number of event types defined within the correlator.  More... 
 | 
|  | 
| AP_uint32 | getNumQueuedFastTrack () const | 
|  | The sum of routed events on the route queues of all contexts.  More... 
 | 
|  | 
| AP_uint32 | getNumQueuedInput () const | 
|  | The number of executors on the input queues of all contexts.  More... 
 | 
|  | 
| AP_uint64 | getNumReceived () const | 
|  | The number of events that the correlator has received from external sources since the correlator started.  More... 
 | 
|  | 
| AP_uint64 | getNumFastTracked () const | 
|  | The number of events that have been routed across all contexts since the correlator was started.  More... 
 | 
|  | 
| AP_uint32 | getNumConsumers () const | 
|  | The number of external consumers/receivers connected to receive emitted events.  More... 
 | 
|  | 
| AP_uint32 | getNumOutEventsQueued () const | 
|  | The number of events waiting on output queues to be dispatched to any connected external consumers/receivers.  More... 
 | 
|  | 
| AP_uint64 | getNumOutEventsCreated () const | 
|  | The number of events that have been sent or emitted to channels which have at least one external consumer/receiver subscribed.  More... 
 | 
|  | 
| AP_uint64 | getNumOutEventsSent () const | 
|  | The number of events that have been delivered to external consumers/receivers.  More... 
 | 
|  | 
| AP_uint32 | getNumInputQueuedInput () const | 
|  | The number of events on the input queues of all public contexts.  More... 
 | 
|  | 
| const AP_char8 * | getMostBackedUpInput () const | 
|  | The name of the slowest context.  More... 
 | 
|  | 
| const AP_char8 * | getSlowestReceiver () const | 
|  | The name of the consumer/receiver with the largest number of incoming events waiting to be processed.  More... 
 | 
|  | 
| AP_uint32 | getSlowestReceiverQueueSize () const | 
|  | The number of events on the slowest consumer's/receiver's queue, as identified by the name of the slowest consumer/receiver.  More... 
 | 
|  | 
| AP_uint32 | getMostBackedUpQueueSize () const | 
|  | The number of events on the slowest context's queue, as identified by the name of the slowest context.  More... 
 | 
|  | 
| AP_uint32 | getNumSubListeners () const | 
|  | The number of sub-event-listeners that are active across all contexts.  More... 
 | 
|  | 
| AP_uint64 | getNumProcessed () const | 
|  | The number of events processed by the correlator in all contexts.  More... 
 | 
|  | 
| const_iterator | begin () const | 
|  | Returns an instance of the StatusIterator which allows to iterate over all status items.  More... 
 | 
|  | 
| const_iterator | end () const | 
|  | Returns an instance of the StatusIterator which allows to iterate over all status items.  More... 
 | 
|  | 
| const AP_char8 * | operator[] (const char *ref) const | 
|  | Returns the value of the status item with the given key.  More... 
 | 
|  | 
| const AP_char8 * | operator[] (std::string &ref) const | 
|  | Returns the value of the status item with the given key.  More... 
 | 
|  | 
| AP_int64 | getUserInt (const char *key) | 
|  | Get a user value of type AP_int64.  More... 
 | 
|  | 
| AP_int64 | getUserIntOr (const char *key, int alt) | 
|  | Get a user value of type AP_int64 or the alt value if it cannot be found.  More... 
 | 
|  | 
| AP_float64 | getUserFloat (const char *key) | 
|  | Get a user value of type AP_float64.  More... 
 | 
|  | 
| AP_float64 | getUserFloatOr (const char *key, float alt) | 
|  | Get a user value of type AP_float64 or the alt value if it cannot be found.  More... 
 | 
|  | 
| AP_bool | getUserBool (const char *key) | 
|  | Get a user value of type AP_bool.  More... 
 | 
|  | 
| AP_bool | getUserBoolOr (const char *key, bool alt) | 
|  | Get a user value of type AP_bool or the alt value if it cannot be found.  More... 
 | 
|  | 
| const AP_char8 * | getUserString (const char *key) | 
|  | Get a user value of type AP_char8*.  More... 
 | 
|  | 
| const AP_char8 * | getUserStringOr (const char *key, const char *alt) | 
|  | Get a user value of type AP_char8* or the alt value if it cannot be found.  More... 
 | 
|  | 
| std::string | getAllStatusValues () | 
|  | Get all the status values available, formatted for terminal output.  More... 
 | 
|  | 
| std::string | getStandardStatusValues () | 
|  | Get the standard status values, formatted for terminal output.  More... 
 | 
|  | 
| std::string | getRawHeaderAll () | 
|  | Get a header for the raw output, useful for indentifying values.  More... 
 | 
|  | 
| std::string | getStandardStatusValuesRaw () | 
|  | Get the standard status values, formatted for parsers (values separated by ,).  More... 
 | 
|  | 
| std::string | getAllStatusValuesRaw () | 
|  | Get all the status values available, formatted for parsers (values separated by ,).  More... 
 | 
|  | 
|  | ~EngineStatus () | 
|  | Destroy the underlying status data.  More... 
 | 
|  | 
|  | EngineStatus (const EngineStatus &other) | 
|  | Copy constructor.  More... 
 | 
|  | 
| EngineStatus & | operator= (const EngineStatus &other) | 
|  | Copy assignment.  More... 
 | 
|  | 
|  | EngineStatus () | 
|  | Create a default-constructed (empty) EngineStatus.  More... 
 | 
|  | 
EngineStatus represents the operational status of the Engine. 
EngineStatus objects are returned by com::apama::engine::EngineManagement::getStatus