FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Action summary | |
---|---|
string |
getMostBackedUpInput() The name of the slowest context. |
integer |
getMostBackedUpQueueSize() The number of events on the slowest context's queue, as identified by the name of the slowest context. |
integer |
getNumConsumers() The number of external consumers/receivers connected to receive emitted events. |
integer |
getNumContexts() The number of contexts in the correlator, including the main context. |
integer |
getNumEventTypes() The number of event types defined within the correlator. |
integer |
getNumFastTracked() The number of events that have been routed across all contexts since the correlator was started. |
integer |
getNumJavaApplications() The number of Java applications and Java EPL plug-ins loaded in the correlator. |
integer |
getNumListeners() The number of listeners in all contexts. |
integer |
getNumMonitors() The number of EPL monitor definitions injected into the correlator. |
integer |
getNumOutEventsCreated() The number of events that have been sent or emitted to channels which have at least one external consumer/receiver subscribed. |
integer |
getNumOutEventsQueued() The number of events waiting on output queues to be dispatched to any connected external consumers/receivers. |
integer |
getNumOutEventsSent() The number of events that have been delivered to external consumers/receivers. This counts for each external consumer/receiver an event is sent to. |
integer |
getNumProcessed() The number of events processed by the correlator in all contexts. |
integer |
getNumProcesses() The number of monitor instances, also known as sub-monitors. |
integer |
getNumQueuedFastTrack() The sum of routed events on the route queues of all contexts. |
integer |
getNumQueuedInput() The number of executors on the input queues of all contexts. As well as events, this can include clock ticks, spawns, injections and other operations. |
integer |
getNumReceived() The number of events that the correlator has received from external sources since the correlator started. |
integer |
getNumSubListeners() The number of sub-event-listeners that are active across all contexts. |
string |
getSlowestReceiver() The name of the consumer/receiver with the largest number of incoming events waiting to be processed. |
integer |
getSlowestReceiverQueueSize() The number of events on the slowest consumer's/receiver's queue, as identified by the name of the slowest consumer/receiver. |
integer |
getUptime() The time in milliseconds since the correlator was started. |
boolean |
getUserBoolean(string key) Get a user-set status value of type boolean. |
boolean |
getUserBooleanOr(string key, boolean alt) Get a user-set status value of type boolean OR the alternative value specified if the key does not exist. |
float |
getUserFloat(string key) Get a user-set status value of type float. |
float |
getUserFloatOr(string key, float alt) Get a user-set status value of type float OR the alternative value specified if the key does not exist. |
integer |
getUserInteger(string key) Get a user-set status value of type integer. |
integer |
getUserIntegerOr(string key, integer alt) Get a user-set status value of type integer OR the alternative value specified if the key does not exist. |
string |
getUserString(string key) Get a user-set status value of type string. |
string |
getUserStringOr(string key, string alt) Get a user-set status value of type string OR the alternative value specified if the key does not exist. |
dictionary<string, string> |
getValues() Get a dictionary containing all correlator status values, including both built-in and user-defined values. |
Action detail |
---|
string getMostBackedUpInput()The name of the slowest context.
integer getMostBackedUpQueueSize()The number of events on the slowest context's queue, as identified by the name of the slowest context.
integer getNumConsumers()The number of external consumers/receivers connected to receive emitted events.
integer getNumContexts()The number of contexts in the correlator, including the main context.
integer getNumEventTypes()The number of event types defined within the correlator.
integer getNumFastTracked()The number of events that have been routed across all contexts since the correlator was started.
integer getNumJavaApplications()The number of Java applications and Java EPL plug-ins loaded in the correlator.
integer getNumListeners()The number of listeners in all contexts.
integer getNumMonitors()The number of EPL monitor definitions injected into the correlator.
integer getNumOutEventsCreated()The number of events that have been sent or emitted to channels which have at least one external consumer/receiver subscribed.
integer getNumOutEventsQueued()The number of events waiting on output queues to be dispatched to any connected external consumers/receivers.
integer getNumOutEventsSent()The number of events that have been delivered to external consumers/receivers. This counts for each external consumer/receiver an event is sent to.
integer getNumProcessed()The number of events processed by the correlator in all contexts.
integer getNumProcesses()The number of monitor instances, also known as sub-monitors.
integer getNumQueuedFastTrack()The sum of routed events on the route queues of all contexts.
integer getNumQueuedInput()The number of executors on the input queues of all contexts. As well as events, this can include clock ticks, spawns, injections and other operations.
integer getNumReceived()The number of events that the correlator has received from external sources since the correlator started.
integer getNumSubListeners()The number of sub-event-listeners that are active across all contexts.
string getSlowestReceiver()The name of the consumer/receiver with the largest number of incoming events waiting to be processed.
integer getSlowestReceiverQueueSize()The number of events on the slowest consumer's/receiver's queue, as identified by the name of the slowest consumer/receiver.
integer getUptime()The time in milliseconds since the correlator was started.
boolean getUserBoolean(string key)Get a user-set status value of type boolean.
boolean getUserBooleanOr(string key, boolean alt)Get a user-set status value of type boolean OR the alternative value specified if the key does not exist.
float getUserFloat(string key)Get a user-set status value of type float.
float getUserFloatOr(string key, float alt)Get a user-set status value of type float OR the alternative value specified if the key does not exist.
integer getUserInteger(string key)Get a user-set status value of type integer.
integer getUserIntegerOr(string key, integer alt)Get a user-set status value of type integer OR the alternative value specified if the key does not exist.
string getUserString(string key)Get a user-set status value of type string.
string getUserStringOr(string key, string alt)Get a user-set status value of type string OR the alternative value specified if the key does not exist.
dictionary<string, string> getValues()Get a dictionary containing all correlator status values, including both built-in and user-defined values.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |