Class DummyOperationImpl
java.lang.Object
com.evolveum.midpoint.schema.statistics.DummyOperationImpl
- All Implemented Interfaces:
Operation
A no-op implementation of
Operation
used when there's nowhere to record the execution to.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
done
(QualifiedItemProcessingOutcomeType outcome, Throwable exception) double
long
@NotNull IterationItemInformation
Returns the item characterization for this operation.@NotNull IterativeOperationStartInfo
Returns start info for this operation.
-
Constructor Details
-
DummyOperationImpl
-
-
Method Details
-
done
-
getDurationRounded
public double getDurationRounded()- Specified by:
getDurationRounded
in interfaceOperation
-
getEndTimeMillis
public long getEndTimeMillis()- Specified by:
getEndTimeMillis
in interfaceOperation
-
getIterationItemInformation
Description copied from interface:Operation
Returns the item characterization for this operation.- Specified by:
getIterationItemInformation
in interfaceOperation
-
getStartInfo
Description copied from interface:Operation
Returns start info for this operation.- Specified by:
getStartInfo
in interfaceOperation
-