Class BucketsReport
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.reports.AbstractReport
-
- com.evolveum.midpoint.repo.common.activity.run.reports.BucketsReport
-
public class BucketsReport extends AbstractReport
Represents a report on individual buckets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BucketsReport.Kind
-
Constructor Summary
Constructors Constructor Description BucketsReport(@Nullable BucketsProcessingReportDefinitionType definition, @NotNull CurrentActivityState<?> activityState, @NotNull BucketsReport.Kind kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
BucketsReport
public BucketsReport(@Nullable @Nullable BucketsProcessingReportDefinitionType definition, @NotNull @NotNull CurrentActivityState<?> activityState, @NotNull @NotNull BucketsReport.Kind kind)
-
-
Method Detail
-
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.
-
-