Class ComponentsPerformanceComputer
java.lang.Object
com.evolveum.midpoint.schema.statistics.ComponentsPerformanceComputer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Describes a component: its name and the operation(s) it provides.static class
-
Constructor Summary
ConstructorsConstructorDescriptionComponentsPerformanceComputer
(@NotNull List<ComponentsPerformanceComputer.ComponentDescription> componentDescriptions) -
Method Summary
Modifier and TypeMethodDescriptioncompute
(@NotNull OperationsPerformanceInformationType operationsInfo)
-
Constructor Details
-
ComponentsPerformanceComputer
public ComponentsPerformanceComputer(@NotNull @NotNull List<ComponentsPerformanceComputer.ComponentDescription> componentDescriptions)
-
-
Method Details
-
compute
public ComponentsPerformanceInformationType compute(@NotNull @NotNull OperationsPerformanceInformationType operationsInfo)
-