|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.plugins.executionFilter.TraceIdFilter
public class TraceIdFilter
Allows to filter Execution objects based on their traceId.
| Constructor Summary | |
|---|---|
TraceIdFilter(Set<Long> selectedTraces)
Creates a filter instance that only passes Execution objects e whose traceId (e.traceId) is element of the set selectedTraces. |
|
| Method Summary | |
|---|---|
boolean |
execute()
Initiates the start of a component. |
IInputPort<Execution> |
getExecutionInputPort()
|
IOutputPort<Execution> |
getExecutionOutputPort()
|
void |
terminate(boolean error)
Initiates a termination of the component. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceIdFilter(Set<Long> selectedTraces)
selectedTraces - | Method Detail |
|---|
public IInputPort<Execution> getExecutionInputPort()
public IOutputPort<Execution> getExecutionOutputPort()
public boolean execute()
IAnalysisPlugin
execute in interface IAnalysisPluginpublic void terminate(boolean error)
IAnalysisPlugin
terminate in interface IAnalysisPluginerror - true iff an error occured.
|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||