Uses of Interface
com.evolveum.midpoint.repo.api.perf.PerformanceInformation
Packages that use PerformanceInformation
Package
Description
-
Uses of PerformanceInformation in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return PerformanceInformationModifier and TypeMethodDescriptionSqlPerformanceMonitorsCollection.getGlobalPerformanceInformation()Returns global performance information aggregated from all monitors.SqlPerformanceMonitorsCollection.getThreadLocalPerformanceInformation()Returns thread-local performance information aggregated from all monitors. -
Uses of PerformanceInformation in com.evolveum.midpoint.repo.api.perf
Methods in com.evolveum.midpoint.repo.api.perf that return PerformanceInformationModifier and TypeMethodDescriptionPerformanceInformation.clone()PerformanceMonitor.getGlobalPerformanceInformation()PerformanceMonitor.getThreadLocalPerformanceInformation() -
Uses of PerformanceInformation in com.evolveum.midpoint.repo.sqlbase.perfmon
Classes in com.evolveum.midpoint.repo.sqlbase.perfmon that implement PerformanceInformationMethods in com.evolveum.midpoint.repo.sqlbase.perfmon that return PerformanceInformationModifier and TypeMethodDescriptionPerformanceInformationImpl.clone()SqlPerformanceMonitorsCollectionImpl.getGlobalPerformanceInformation()SqlPerformanceMonitorsCollectionImpl.getThreadLocalPerformanceInformation()Methods in com.evolveum.midpoint.repo.sqlbase.perfmon with parameters of type PerformanceInformationModifier and TypeMethodDescriptionvoidPerformanceInformationImpl.mergeDistinct(PerformanceInformation increment) Merges an increment to this information.