public class TraceIdFilter
extends teetime.framework.CompositeStage
| Constructor and Description | 
|---|
| TraceIdFilter(boolean acceptAllTraces,
             java.lang.Long[] selectedTraceIds)Creates a new instance of this class using the given parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| teetime.framework.OutputPort<IMonitoringRecord> | getMatchingTraceIdOutputPort() | 
| teetime.framework.OutputPort<IMonitoringRecord> | getMismatchingTraceIdOutputPort() | 
| teetime.framework.InputPort<IMonitoringRecord> | getMonitoringRecordsCombinedInputPort() | 
public TraceIdFilter(boolean acceptAllTraces,
                     java.lang.Long[] selectedTraceIds)
acceptAllTraces - Determining whether to accept all traces, regardless of the given trace IDs.selectedTraceIds - Determining which trace IDs should be accepted by this filter.public teetime.framework.InputPort<IMonitoringRecord> getMonitoringRecordsCombinedInputPort()
public teetime.framework.OutputPort<IMonitoringRecord> getMatchingTraceIdOutputPort()
public teetime.framework.OutputPort<IMonitoringRecord> getMismatchingTraceIdOutputPort()
Copyright 2020 Kieker Project, http://kieker-monitoring.net