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- 
getNameProvides the component name. This name is to be put into the components performance information.
- 
matchesReturns `true` if the given operation belongs to this component.
 
-