Class RealtimeRecordDelayFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated
public class RealtimeRecordDelayFilter
extends AbstractFilterPlugin
Deprecated.
since 1.15.1 old plugin api
Forwards incoming IMonitoringRecords with delays computed from the IMonitoringRecord.getLoggingTimestamp() value (assumed to be in the configured resolution). For example, after initialization, if records with logging timestamps 3000 and 4500 nanos are received, the first record is forwarded immediately; the second will be forwarded 1500 nanos later. The acceleration factor can be used to accelerate/slow down the replay (default 1.0, which means no acceleration/slow down).
Since:
1.6