Class ActivityStatistics
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.state.ActivityStatistics
-
public class ActivityStatistics extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull CurrentActivityState<?>
getActivityState()
@NotNull ActivityBucketManagementStatistics
getLiveBucketManagement()
@NotNull ActivityItemProcessingStatistics
getLiveItemProcessing()
ActivityActionsExecutedType
getStoredActionsExecuted()
ActivityBucketManagementStatisticsType
getStoredBucketManagement()
ActivityItemProcessingStatisticsType
getStoredItemProcessing()
ActivitySynchronizationStatisticsType
getStoredSynchronizationStatistics()
void
initialize()
void
startCollectingActionsExecuted(@NotNull Task task)
void
startCollectingSynchronizationStatistics(@NotNull Task task, @NotNull String processingIdentifier, SynchronizationSituationType situationOnStart)
void
stopCollectingActionsExecuted(@NotNull Task task)
void
stopCollectingSynchronizationStatistics(@NotNull Task task, @NotNull QualifiedItemProcessingOutcomeType outcome)
-
-
-
Method Detail
-
initialize
public void initialize()
-
getLiveItemProcessing
@NotNull public @NotNull ActivityItemProcessingStatistics getLiveItemProcessing()
-
getLiveBucketManagement
@NotNull public @NotNull ActivityBucketManagementStatistics getLiveBucketManagement()
-
getStoredItemProcessing
public ActivityItemProcessingStatisticsType getStoredItemProcessing()
-
getStoredSynchronizationStatistics
public ActivitySynchronizationStatisticsType getStoredSynchronizationStatistics()
-
getStoredActionsExecuted
public ActivityActionsExecutedType getStoredActionsExecuted()
-
getStoredBucketManagement
public ActivityBucketManagementStatisticsType getStoredBucketManagement()
-
getActivityState
@NotNull public @NotNull CurrentActivityState<?> getActivityState()
-
startCollectingSynchronizationStatistics
public void startCollectingSynchronizationStatistics(@NotNull @NotNull Task task, @NotNull @NotNull String processingIdentifier, SynchronizationSituationType situationOnStart)
-
stopCollectingSynchronizationStatistics
public void stopCollectingSynchronizationStatistics(@NotNull @NotNull Task task, @NotNull @NotNull QualifiedItemProcessingOutcomeType outcome)
-
startCollectingActionsExecuted
public void startCollectingActionsExecuted(@NotNull @NotNull Task task)
-
stopCollectingActionsExecuted
public void stopCollectingActionsExecuted(@NotNull @NotNull Task task)
-
-