Uses of Interface
kieker.analysis.generic.IEventMatcher
Package | Description |
---|---|
kieker.analysis.generic |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of IEventMatcher in kieker.analysis.generic
Classes in kieker.analysis.generic that implement IEventMatcher Modifier and Type Class Description class
ImplementsEventMatcher<T>
Match the events by implementing interface.Methods in kieker.analysis.generic that return IEventMatcher Modifier and Type Method Description IEventMatcher<? extends java.lang.Object>
IEventMatcher. getNextMatcher()
Return the next matcher.IEventMatcher<? extends java.lang.Object>
ImplementsEventMatcher. getNextMatcher()
Methods in kieker.analysis.generic with parameters of type IEventMatcher Modifier and Type Method Description void
DynamicEventDispatcher. registerOutput(IEventMatcher<? extends java.lang.Object> leaveEventMatcher)
void
IEventMatcher. setNextMatcher(IEventMatcher<? extends java.lang.Object> leaveEventMatcher)
Set a new following matcher.void
ImplementsEventMatcher. setNextMatcher(IEventMatcher<? extends java.lang.Object> leaveEventMatcher)
Constructors in kieker.analysis.generic with parameters of type IEventMatcher Constructor Description DynamicEventDispatcher(IEventMatcher<? extends java.lang.Object> rootEventMatcher, boolean countEvents, boolean reportUnknown, boolean outputOther)
Create a new dynamic dispatcher.ImplementsEventMatcher(java.lang.Class<T> type, IEventMatcher<? extends java.lang.Object> successor)
Create an event matcher to match events for a specific interface.