Interface ComponentsPerformanceComputer.ComponentDescription
- All Known Implementing Classes:
ComponentsPerformanceComputer.RegexBasedComponentDescription
- Enclosing class:
- ComponentsPerformanceComputer
public static interface ComponentsPerformanceComputer.ComponentDescription
Describes a component: its name and the operation(s) it provides. Used for grouping operations into components.
-
Method Summary
-
Method Details
-
getName
Provides the component name. This name is to be put into the components performance information. -
matches
Returns `true` if the given operation belongs to this component.
-