Uses of Interface
com.atlassian.confluence.util.Progress
Packages that use Progress
Package
Description
-
Uses of Progress in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ProgressConstructors in com.atlassian.confluence.event.events.admin with parameters of type ProgressModifierConstructorDescriptionReindexStartedEvent
(Object src, @Nullable Progress progress, @Nullable UUID reindexId) Deprecated.since 8.2.0ReindexStartedEvent
(Object src, @Nullable Progress progress, @Nullable UUID reindexId, EnumSet<ReIndexOption> options, List<String> spaceKeys) ReindexStartedEvent
(Object src, Progress progress) Deprecated.since 7.14 -
Uses of Progress in com.atlassian.confluence.internal.index
Subinterfaces of Progress in com.atlassian.confluence.internal.indexClasses in com.atlassian.confluence.internal.index that implement ProgressMethods in com.atlassian.confluence.internal.index with parameters of type ProgressModifier and TypeMethodDescriptionvoid
AbstractReindexer.reIndex
(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress) void
AbstractReindexer.reIndex
(EnumSet<ReIndexOption> maybeOptions, Progress progress) void
AbstractReindexer.reIndex
(EnumSet<ReIndexOption> options, List<String> spaceKeys, Progress progress) void
BlueGreenReindexer.reIndex
(EnumSet<ReIndexOption> maybeOptions, Progress progress) default void
Triggers a system wide re-index.void
Reindexer.reIndex
(EnumSet<ReIndexOption> options, @NonNull SearchQuery searchQuery, Progress progress) Triggers a system wide re-index all entities loaded from searchQuery.void
Reindexer.reIndex
(EnumSet<ReIndexOption> options, Progress progress) Triggers a system wide re-index all entities from the database.void
Triggers a re-index all entities from a space.Constructors in com.atlassian.confluence.internal.index with parameters of type ProgressModifierConstructorDescriptionprotected
protected
Context
(Progress progress, AbstractReindexer.Context.Executor contentExecutor, AbstractReindexer.Context.Executor changeExecutor) EventPublishingReindexProgress
(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress) -
Uses of Progress in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return Progress -
Uses of Progress in com.atlassian.confluence.util
Classes in com.atlassian.confluence.util that implement Progress