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 ProgressReindexStartedEvent. 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)Deprecated.since 8.2.0ReindexStartedEvent(Object src, Progress progress, UUID reindexId, EnumSet<ReIndexOption> options, List<String> spaceKeys) -
Uses of Progress in com.atlassian.confluence.internal.index
Subinterfaces of Progress in com.atlassian.confluence.internal.index Modifier and Type Interface Description interfaceReindexProgressClasses in com.atlassian.confluence.internal.index that implement Progress Modifier and Type Class Description classEventPublishingReindexProgressMethods in com.atlassian.confluence.internal.index with parameters of type Progress Modifier and Type Method Description voidReIndexer. reIndex(ReIndexSpec spec, Progress progress)Trigger reindex large amount of content entities accoding to the given specification.default voidReIndexer. reIndex(Progress progress)Triggers a system wide re-index.voidReIndexer. reIndex(EnumSet<ReIndexOption> options, @NonNull SearchQuery searchQuery, Progress progress)Triggers a system wide re-index all entities loaded from searchQuery.voidReIndexer. reIndex(EnumSet<ReIndexOption> options, Progress progress)Triggers a system wide re-index all entities from the database.voidReIndexer. reIndex(EnumSet<ReIndexOption> options, List<String> spaceKeys, Progress progress)Triggers a re-index all entities from a space.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 voidLuceneReIndexer. reIndex(ReIndexSpec spec, Progress progress)voidLuceneReIndexer. reIndex(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress)voidLuceneReIndexer. reIndex(EnumSet<ReIndexOption> maybeOptions, Progress progress)voidLuceneReIndexer. reIndex(EnumSet<ReIndexOption> options, List<String> spaceKeys, Progress progress) -
Uses of Progress in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return Progress Modifier and Type Method Description ProgressReIndexTask. getProgress() -
Uses of Progress in com.atlassian.confluence.util
Classes in com.atlassian.confluence.util that implement Progress Modifier and Type Class Description classDefaultProgressThread-safe class for tracking progress.
-