Class ThreadLocalOperationsMonitor.ExecutedOperations
java.lang.Object
com.evolveum.midpoint.schema.internals.ThreadLocalOperationsMonitor.ExecutedOperations
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ThreadLocalOperationsMonitor
public static class ThreadLocalOperationsMonitor.ExecutedOperations
extends Object
implements Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncopy()voidrecord(MonitoredOperationType operation, long time) subtract(@NotNull ThreadLocalOperationsMonitor.ExecutedOperations base) Returns a difference of this and specified base (a new object).@Nullable MonitoredOperationsStatisticsTypetoBean()
- 
Constructor Details- 
ExecutedOperationspublic ExecutedOperations()
 
- 
- 
Method Details- 
record
- 
copy
- 
subtract@NotNull public @NotNull ThreadLocalOperationsMonitor.ExecutedOperations subtract(@NotNull @NotNull ThreadLocalOperationsMonitor.ExecutedOperations base) Returns a difference of this and specified base (a new object).
- 
toBean
 
-