com.apama.md.agg
Event AggregatorHelperParams



Member summary
 dictionary<integer, float>underlyingDataTimeout

The timeouts to be given to the data watchdog for each underlying. 0.0 -> disabled.
 integerminSources

The minimum number os sources to connect to. 0 -> all.
 booleanenableTimestamps

Enable downstream timestamps.
 booleanclearStaleData

Data sources that timeout will have their data removed rather than Cached.
 
Member detail

clearStaleData

            boolean clearStaleData
        
Data sources that timeout will have their data removed rather than Cached.

enableTimestamps

            boolean enableTimestamps
        
Enable downstream timestamps.

minSources

            integer minSources
        
The minimum number os sources to connect to. 0 -> all.

underlyingDataTimeout

            dictionary<integer, float> underlyingDataTimeout
        
The timeouts to be given to the data watchdog for each underlying. 0.0 -> disabled.