Uses of Interface
com.atlassian.confluence.util.Progress
-
-
Uses of Progress in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return Progress Modifier and Type Method Description Progress
ReindexStartedEvent. getProgress()
Constructors in com.atlassian.confluence.event.events.admin with parameters of type Progress Constructor Description ReindexStartedEvent(Object src, Progress progress)
Deprecated.since 7.14ReindexStartedEvent(Object src, Progress progress, UUID reindexId)
-
Uses of Progress in com.atlassian.confluence.internal.index
Subinterfaces of Progress in com.atlassian.confluence.internal.index Modifier and Type Interface Description interface
ReindexProgress
Classes in com.atlassian.confluence.internal.index that implement Progress Modifier and Type Class Description class
EventPublishingReindexProgress
Methods in com.atlassian.confluence.internal.index with parameters of type Progress Modifier and Type Method Description void
ReIndexer. reIndex(ReIndexSpec spec, Progress progress)
Trigger reindex large amount of content entities accoding to the given specification.default void
ReIndexer. reIndex(Progress progress)
Triggers a system wide re-index.void
ReIndexer. reIndex(EnumSet<ReIndexOption> options, @NonNull SearchQuery searchQuery, Progress progress)
Triggers a system wide re-index 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.Constructors in com.atlassian.confluence.internal.index with parameters of type Progress Constructor Description EventPublishingReindexProgress(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress)
-
Uses of Progress in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type Progress Modifier and Type Method Description void
LuceneReIndexer. reIndex(ReIndexSpec spec, Progress progress)
void
LuceneReIndexer. reIndex(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress)
void
LuceneReIndexer. reIndex(EnumSet<ReIndexOption> maybeOptions, Progress progress)
-
Uses of Progress in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return Progress Modifier and Type Method Description Progress
ReIndexTask. getProgress()
-
Uses of Progress in com.atlassian.confluence.util
Classes in com.atlassian.confluence.util that implement Progress Modifier and Type Class Description class
DefaultProgress
Thread-safe class for tracking progress.
-