FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant Summary | |
---|---|
constant integer | CONNECT_LEGACY := 0
Argument for attach/detachAsEventConsumer - use legacy mode. In this mode, all events are delivered in serial to the receiver on the default channel. |
constant integer | CONNECT_PARALLEL := 1
Argument for attach/detachAsEventConsumer - use parallel mode. In this mode, all events are delivered in parallel per channel. |
Action Summary | |
---|---|
void | attachAsEventConsumerTo(string host, integer port, sequence<string > channels, boolean disconnectSlow, integer connectMode)
Connect to another Apama component to receive events on the specified channels. connectMode should be one of CONNECT_LEGACY or CONNECT_PARALLEL. |
void | deleteUserStatus(string name)
Delete a specific user added status. |
void | detachAsEventConsumerFrom(string host, integer port, sequence<string > channels, integer connectMode)
Disconnect from another Apama component to receive events on the specified channels. connectMode should be one of CONNECT_LEGACY or CONNECT_PARALLEL. |
string | getComponentLogicalId()
Get the correlator's logical ID. This is a unique ID assigned to every correlator process at startup. |
string | getComponentName()
Get the component name of the correlator. |
string | getComponentPhysicalId()
Get the correlator's physical ID. This is a unique ID generated for a component. |
integer | getComponentPort()
Get the port the correlator is running on. This is the main port number; extra ports specified via the config file are not accessible. |
string | getHostname()
Get the hostname of the server the correlator is running on. |
string | getLicenseMode()
Get the current license mode of the correlator - either "nolicensefile" or "licensefilesupplied". |
integer | getNumberCPUs()
Get the number of CPUs the correlator has available to it. |
com.apama.correlator.EngineStatus | getStatus()
Get the correlator status, internal values and user added stats. |
boolean | isExternallyClocked()
Get whether or not correlator is running with external clocking on. |
void | setUserStatus(string name, string value)
Set a specific value on a user added status, If the status doesn't already exist this will add it. |
Constant Detail |
---|
constant integer CONNECT_LEGACY := 0Argument for attach/detachAsEventConsumer - use legacy mode. In this mode, all events are delivered in serial to the receiver on the default channel.
constant integer CONNECT_PARALLEL := 1Argument for attach/detachAsEventConsumer - use parallel mode. In this mode, all events are delivered in parallel per channel.
Action Detail |
---|
void attachAsEventConsumerTo(string host, integer port, sequence<string > channels, boolean disconnectSlow, integer connectMode)Connect to another Apama component to receive events on the specified channels. connectMode should be one of CONNECT_LEGACY or CONNECT_PARALLEL.
void deleteUserStatus(string name)Delete a specific user added status.
void detachAsEventConsumerFrom(string host, integer port, sequence<string > channels, integer connectMode)Disconnect from another Apama component to receive events on the specified channels. connectMode should be one of CONNECT_LEGACY or CONNECT_PARALLEL.
string getComponentLogicalId()Get the correlator's logical ID. This is a unique ID assigned to every correlator process at startup.
string getComponentName()Get the component name of the correlator.
string getComponentPhysicalId()Get the correlator's physical ID. This is a unique ID generated for a component.
integer getComponentPort()Get the port the correlator is running on. This is the main port number; extra ports specified via the config file are not accessible.
string getHostname()Get the hostname of the server the correlator is running on.
string getLicenseMode()Get the current license mode of the correlator - either "nolicensefile" or "licensefilesupplied".
integer getNumberCPUs()Get the number of CPUs the correlator has available to it.
com.apama.correlator.EngineStatus getStatus()Get the correlator status, internal values and user added stats.
boolean isExternallyClocked()Get whether or not correlator is running with external clocking on.
void setUserStatus(string name, string value)Set a specific value on a user added status, If the status doesn't already exist this will add it.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |