Uses of Class
com.evolveum.midpoint.repo.common.activity.run.state.ActivityBucketManagementStatistics
Package
Description
-
Uses of ActivityBucketManagementStatistics in com.evolveum.midpoint.repo.common.activity.run.buckets
Modifier and TypeMethodDescriptionvoid
BucketingManager.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.void
BucketingManager.releaseAllWorkBucketsFromWorker
(@NotNull String coordinatorTaskOid, @NotNull String workerTaskOid, @NotNull ActivityPath activityPath, ActivityBucketManagementStatistics statistics, OperationResult result) Releases all work buckets from a suspended worker.void
BucketingManager.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
Modifier and TypeMethodDescription@NotNull ActivityBucketManagementStatistics
ActivityStatistics.getLiveBucketManagement()