com.apama.pa.pmml
Event Timestamps


A helper utility to access timestamp index(es) recorded by the Predictive Analytics Plugin

These values are only added when logLatency service param is enabled
Constant Summary
 constant integerPLUGIN_ENTRY_INDEX := 5000

This index is used to capture the time when an Input event is received by the plugin
 constant integerPLUGIN_EXIT_INDEX := 6000

This index is used to record the time when an Output event is sent back by the plugin
 
Constant Detail

PLUGIN_ENTRY_INDEX

constant integer PLUGIN_ENTRY_INDEX := 5000
This index is used to capture the time when an Input event is received by the plugin

PLUGIN_EXIT_INDEX

constant integer PLUGIN_EXIT_INDEX := 6000
This index is used to record the time when an Output event is sent back by the plugin