com.apama.md.agg
Event AggregatorSessionConsts


Constants for Aggregator sessions.
Constant summary
 constant stringCLEAR_STALE_DATA := "ClearStaleData"

"ClearStaleData". - If true, data sources that timeout will have their data removed rather than Cached.
 constant stringCLEAR_STALE_DATA_DEFAULT := "false"

CLEAR_STALE_DATA_DEFAULT = false.
 constant stringDATA_TIMEOUT := "DataTimeout"

"DataTimeout" - Stale data timeout for all underlying sources.
 constant stringDATA_TIMEOUT_DEFAULT := "0.0"

0.0 -> no timeout.
 constant stringENABLE_TIMESTAMPS := "ENABLE_TIMESTAMPS"

"ENABLE_TIMESTAMPS".
 constant stringINCLUDE_INDICATIVE_PRICES := "INCLUDE_INDICATIVE_PRICES"

"INCLUDE_INDICATIVE_PRICES".
 constant stringMIN_SOURCES := "MinSources"

"MinSources".
 constant stringMIN_SOURCES_DEFAULT := "0"

0 -> All sources.
 constant stringPASSTHROUGHEP_CPNAMEPREFIX := "__PassThruParams_"

"__PassThruParams_".
 constant stringQUEUE_INITIAL_DATA := "QueueInitialData"

"QueueInitialData".
 constant stringQUEUE_INITIAL_DATA_DEFAULT := "false"

QUEUE_INITIAL_DATA_DEFAULT = false.
 constant stringSOURCENAME := "Aggregator"

"Aggregator".
 constant stringUNDERLYING_DATA_TIMEOUT := "UnderlyingDataTimeout"

"UnderlyingDataTimeout" - Stale data timeout for each underlying sources in dictionary sessionId:timeout format.
 
Constant detail

CLEAR_STALE_DATA

constant string CLEAR_STALE_DATA := "ClearStaleData"
"ClearStaleData". - If true, data sources that timeout will have their data removed rather than Cached.

CLEAR_STALE_DATA_DEFAULT

constant string CLEAR_STALE_DATA_DEFAULT := "false"
CLEAR_STALE_DATA_DEFAULT = false.

DATA_TIMEOUT

constant string DATA_TIMEOUT := "DataTimeout"
"DataTimeout" - Stale data timeout for all underlying sources.

DATA_TIMEOUT_DEFAULT

constant string DATA_TIMEOUT_DEFAULT := "0.0"
0.0 -> no timeout.

ENABLE_TIMESTAMPS

constant string ENABLE_TIMESTAMPS := "ENABLE_TIMESTAMPS"
"ENABLE_TIMESTAMPS".

INCLUDE_INDICATIVE_PRICES

constant string INCLUDE_INDICATIVE_PRICES := "INCLUDE_INDICATIVE_PRICES"
"INCLUDE_INDICATIVE_PRICES".

MIN_SOURCES

constant string MIN_SOURCES := "MinSources"
"MinSources".

MIN_SOURCES_DEFAULT

constant string MIN_SOURCES_DEFAULT := "0"
0 -> All sources.

PASSTHROUGHEP_CPNAMEPREFIX

constant string PASSTHROUGHEP_CPNAMEPREFIX := "__PassThruParams_"
"__PassThruParams_".

QUEUE_INITIAL_DATA

constant string QUEUE_INITIAL_DATA := "QueueInitialData"
"QueueInitialData".

QUEUE_INITIAL_DATA_DEFAULT

constant string QUEUE_INITIAL_DATA_DEFAULT := "false"
QUEUE_INITIAL_DATA_DEFAULT = false.

SOURCENAME

constant string SOURCENAME := "Aggregator"
"Aggregator".

UNDERLYING_DATA_TIMEOUT

constant string UNDERLYING_DATA_TIMEOUT := "UnderlyingDataTimeout"
"UnderlyingDataTimeout" - Stale data timeout for each underlying sources in dictionary sessionId:timeout format.