Uses of Class
com.evolveum.midpoint.repo.common.activity.run.state.ActivityBucketManagementStatistics
Packages that use ActivityBucketManagementStatistics
Package
Description
-
Uses of ActivityBucketManagementStatistics in com.evolveum.midpoint.repo.common.activity.run.buckets
Methods in com.evolveum.midpoint.repo.common.activity.run.buckets with parameters of type ActivityBucketManagementStatisticsModifier and TypeMethodDescriptionvoidBucketingManager.completeWorkBucket(@NotNull String coordinatorTaskOid, @Nullable String workerTaskOid, @NotNull ActivityPath activityPath, int sequentialNumber, @Nullable ActivityBucketManagementStatistics statistics, @Nullable Consumer<BucketProgressOverviewType> bucketProgressConsumer, @NotNull OperationResult result) Marks a work bucket as complete.BucketingManager.getWorkBucket(@NotNull String coordinatorTaskOid, @Nullable String workerTaskOid, @NotNull ActivityPath activityPath, @Nullable GetBucketOperationOptions options, ActivityBucketManagementStatistics statistics, @NotNull OperationResult result) Obtains work bucket.voidBucketingManager.releaseAllWorkBucketsFromWorker(@NotNull String coordinatorTaskOid, @NotNull String workerTaskOid, @NotNull ActivityPath activityPath, ActivityBucketManagementStatistics statistics, OperationResult result) Releases all work buckets from a suspended worker.voidBucketingManager.releaseWorkBucket(@NotNull String coordinatorTaskOid, @NotNull String workerTaskOid, @NotNull ActivityPath activityPath, int sequentialNumber, ActivityBucketManagementStatistics statistics, OperationResult result) Releases work bucket. -
Uses of ActivityBucketManagementStatistics in com.evolveum.midpoint.repo.common.activity.run.state
Methods in com.evolveum.midpoint.repo.common.activity.run.state that return ActivityBucketManagementStatisticsModifier and TypeMethodDescription@NotNull ActivityBucketManagementStatisticsActivityStatistics.getLiveBucketManagement()