Class EnvironmentalPerformanceInformation
java.lang.Object
com.evolveum.midpoint.schema.statistics.EnvironmentalPerformanceInformation
Thread safety: Instances of this class may be accessed from more than one thread at once.
 Updates are invoked in the context of the thread executing the task.
 Queries are invoked either from this thread, or from some observer (task manager or GUI thread).
 We ensure synchronization by making public methods synchronized. We don't expect much contention on this.
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidaddTo(EnvironmentalPerformanceInformationType rv, @Nullable EnvironmentalPerformanceInformationType delta) static Stringformat(EnvironmentalPerformanceInformationType information) voidrecordMappingOperation(String objectOid, String objectName, String objectTypeName, String mappingName, long duration) voidrecordNotificationOperation(String transportName, boolean success, long duration) voidrecordProvisioningOperation(@NotNull ConnIdOperation operation) voidrecordState(String message) 
- 
Constructor Details- 
EnvironmentalPerformanceInformation
- 
EnvironmentalPerformanceInformationpublic EnvironmentalPerformanceInformation()
 
- 
- 
Method Details- 
getValueCopy
- 
addTopublic static void addTo(EnvironmentalPerformanceInformationType rv, @Nullable @Nullable EnvironmentalPerformanceInformationType delta) 
- 
recordProvisioningOperation
- 
recordNotificationOperation
- 
recordMappingOperation
- 
getLastMessage
- 
recordState
- 
format
 
-