Class BucketsReport
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.reports.AbstractReport
com.evolveum.midpoint.repo.common.activity.run.reports.BucketsReport
Represents a report on individual buckets.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionBucketsReport
(@Nullable BucketsProcessingReportDefinitionType definition, @NotNull CurrentActivityState<?> activityState, @NotNull BucketsReport.Kind kind) -
Method Summary
Modifier and TypeMethodDescriptionvoid
recordBucketCompleted
(@NotNull BucketProcessingRecordType record, @NotNull RunningTask task, @NotNull OperationResult result) Writes a line about bucket that was just completed.Methods inherited from class com.evolveum.midpoint.repo.common.activity.run.reports.AbstractReport
checkConsistence, close, isEnabled
-
Constructor Details
-
BucketsReport
public BucketsReport(@Nullable @Nullable BucketsProcessingReportDefinitionType definition, @NotNull @NotNull CurrentActivityState<?> activityState, @NotNull @NotNull BucketsReport.Kind kind)
-
-
Method Details
-
recordBucketCompleted
public void recordBucketCompleted(@NotNull @NotNull BucketProcessingRecordType record, @NotNull @NotNull RunningTask task, @NotNull @NotNull OperationResult result) Writes a line about bucket that was just completed. No need to synchronize, because it is called from the main activity run thread only.
-