Uses of Interface
com.evolveum.midpoint.repo.api.perf.PerformanceInformation
-
Packages that use PerformanceInformation Package Description com.evolveum.midpoint.repo.api com.evolveum.midpoint.repo.api.perf com.evolveum.midpoint.repo.sqlbase.perfmon -
-
Uses of PerformanceInformation in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return PerformanceInformation Modifier and Type Method Description PerformanceInformation
SqlPerformanceMonitorsCollection. getGlobalPerformanceInformation()
Returns global performance information aggregated from all monitors.PerformanceInformation
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 PerformanceInformation Modifier and Type Method Description PerformanceInformation
PerformanceInformation. clone()
PerformanceInformation
PerformanceMonitor. getGlobalPerformanceInformation()
PerformanceInformation
PerformanceMonitor. getThreadLocalPerformanceInformation()
-
Uses of PerformanceInformation in com.evolveum.midpoint.repo.sqlbase.perfmon
Classes in com.evolveum.midpoint.repo.sqlbase.perfmon that implement PerformanceInformation Modifier and Type Class Description class
PerformanceInformationImpl
Methods in com.evolveum.midpoint.repo.sqlbase.perfmon that return PerformanceInformation Modifier and Type Method Description PerformanceInformation
PerformanceInformationImpl. clone()
PerformanceInformation
SqlPerformanceMonitorsCollectionImpl. getGlobalPerformanceInformation()
PerformanceInformation
SqlPerformanceMonitorsCollectionImpl. getThreadLocalPerformanceInformation()
Methods in com.evolveum.midpoint.repo.sqlbase.perfmon with parameters of type PerformanceInformation Modifier and Type Method Description void
PerformanceInformationImpl. mergeDistinct(PerformanceInformation increment)
Merges an increment to this information.
-