Uses of Enum Class
com.atlassian.confluence.search.ReIndexOption
Packages that use ReIndexOption
Package
Description
-
Uses of ReIndexOption in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ReIndexOptionModifier and TypeMethodDescriptionReindexStageFinishedEvent.getReIndexOption()
Deprecated.since 5.10.ReindexStageStartedEvent.getReIndexOption()
Deprecated.since 5.10.Methods in com.atlassian.confluence.event.events.admin that return types with arguments of type ReIndexOptionModifier and TypeMethodDescriptionReindexFinishedEvent.getOptions()
ReIndexRequestEvent.getOptions()
ReindexStartedEvent.getOptions()
Constructors in com.atlassian.confluence.event.events.admin with parameters of type ReIndexOptionModifierConstructorDescriptionReindexStageFinishedEvent
(Object src, ReIndexOption reIndexOption) Deprecated.since 5.10.ReindexStageStartedEvent
(Object src, ReIndexOption reIndexOption) Deprecated.since 5.10.Constructor parameters in com.atlassian.confluence.event.events.admin with type arguments of type ReIndexOptionModifierConstructorDescriptionReindexFinishedEvent
(Object src, @Nullable UUID reindexId, List<String> spaceKeys, EnumSet<ReIndexOption> options) ReIndexRequestEvent
(Object src, String jobId, @Nullable String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys) ReindexStartedEvent
(Object src, @Nullable Progress progress, @Nullable UUID reindexId, EnumSet<ReIndexOption> options, List<String> spaceKeys) -
Uses of ReIndexOption in com.atlassian.confluence.impl.search
Method parameters in com.atlassian.confluence.impl.search with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionCompositeIndexManager.reIndex
(EnumSet<ReIndexOption> options) CompositeIndexManager.reIndex
(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) CompositeIndexManager.reIndex
(EnumSet<ReIndexOption> options, SearchQuery searchQuery) -
Uses of ReIndexOption in com.atlassian.confluence.impl.system.task
Methods in com.atlassian.confluence.impl.system.task that return types with arguments of type ReIndexOptionConstructor parameters in com.atlassian.confluence.impl.system.task with type arguments of type ReIndexOptionModifierConstructorDescriptionReIndexMaintenanceTask
(String jobId, String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys) -
Uses of ReIndexOption in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return types with arguments of type ReIndexOptionMethod parameters in com.atlassian.confluence.index.status with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionReIndexJobManager.createNewJob
(List<String> keys, EnumSet<ReIndexOption> reIndexOptions) Create a new job with the given space keys and reindex options.void
ReIndexJob.setReIndexOptions
(EnumSet<ReIndexOption> reIndexOptions) -
Uses of ReIndexOption in com.atlassian.confluence.internal.index
Methods in com.atlassian.confluence.internal.index with parameters of type ReIndexOptionModifier and TypeMethodDescriptionvoid
EventPublishingReindexProgress.reindexStageFinished
(ReIndexOption option) void
ReindexProgress.reindexStageFinished
(ReIndexOption option) void
EventPublishingReindexProgress.reindexStageStarted
(ReIndexOption option) void
ReindexProgress.reindexStageStarted
(ReIndexOption option) Method parameters in com.atlassian.confluence.internal.index with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionvoid
AbstractReindexer.reIndex
(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress) protected void
AbstractReindexer.reIndex
(EnumSet<ReIndexOption> maybeOptions, AbstractReindexer.Context ctx) 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) protected void
PropagableReindexer.reIndex
(EnumSet<ReIndexOption> maybeOptions, AbstractReindexer.Context ctx) 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.void
AbstractReindexer.Context.reindexFinished
(List<String> spaceKeys, EnumSet<ReIndexOption> options) void
EventPublishingReindexProgress.reindexFinished
(List<String> spaceKeys, EnumSet<ReIndexOption> options) void
ReindexProgress.reindexFinished
(List<String> spaceKeys, EnumSet<ReIndexOption> options) void
EventPublishingReindexProgress.reindexStarted
(EnumSet<ReIndexOption> options, List<String> spaceKeys) void
ReindexProgress.reindexStarted
(EnumSet<ReIndexOption> maybeOptions, List<String> spaceKeys) -
Uses of ReIndexOption in com.atlassian.confluence.internal.index.lucene
Method parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionFullReindexManager.reIndex
(EnumSet<ReIndexOption> options) Triggers a system-wide reindex with specified options.FullReindexManager.reIndex
(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) Triggers a re-index where entities are loaded using providedsearchQuery
.FullReindexManager.reIndex
(EnumSet<ReIndexOption> options, SearchQuery searchQuery) Triggers a system-wide re-index where entities are loaded using providedsearchQuery
.LuceneFullReindexManager.reIndex
(EnumSet<ReIndexOption> options) LuceneFullReindexManager.reIndex
(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) LuceneFullReindexManager.reIndex
(EnumSet<ReIndexOption> options, SearchQuery searchQuery) -
Uses of ReIndexOption in com.atlassian.confluence.internal.index.status
Method parameters in com.atlassian.confluence.internal.index.status with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionDefaultReIndexJobManager.createNewJob
(List<String> spaceKeys, EnumSet<ReIndexOption> reIndexOptions) -
Uses of ReIndexOption in com.atlassian.confluence.plugins.rest.jackson2.service
Method parameters in com.atlassian.confluence.plugins.rest.jackson2.service with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionboolean
DefaultReIndexService.reindex
(@NonNull List<String> spaceKeys, @NonNull EnumSet<ReIndexOption> reIndexOptions) boolean
ReIndexService.reindex
(@NonNull List<String> spaceKeys, @NonNull EnumSet<ReIndexOption> reIndexOptions) -
Uses of ReIndexOption in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ReIndexOptionModifier and TypeMethodDescriptionstatic ReIndexOption
Returns the enum constant of this class with the specified name.static ReIndexOption[]
ReIndexOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.search that return types with arguments of type ReIndexOptionModifier and TypeMethodDescriptionstatic EnumSet<ReIndexOption>
ReIndexOption.deserialise
(Collection<String> options, boolean reindexingSite) static EnumSet<ReIndexOption>
ReIndexOption.fullReindex()
This is only for site reindexingstatic EnumSet<ReIndexOption>
ReIndexOption.fullReindex
(boolean reindexingSite) Method parameters in com.atlassian.confluence.search with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionstatic boolean
ReIndexOption.isFullReindex
(Set<ReIndexOption> options) IndexManager.reIndex
(EnumSet<ReIndexOption> options) Triggers a system wide reindex with specified options, entities are loaded from the database.IndexManager.reIndex
(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) IndexManager.reIndex
(EnumSet<ReIndexOption> options, SearchQuery searchQuery) Triggers a system wide re-index.Constructor parameters in com.atlassian.confluence.search with type arguments of type ReIndexOptionModifierConstructorDescriptionReIndexTask
(Reindexer reIndexer, SearchableDao searchableDao, EnumSet<ReIndexOption> options, int jobID) ReIndexTask
(Reindexer reIndexer, SearchableDao searchableDao, EnumSet<ReIndexOption> options, Optional<SearchQuery> searchQuery, int jobID) ReIndexTask
(Reindexer reIndexer, SearchableDao searchableDao, List<String> spaceKeys, EnumSet<ReIndexOption> options, int jobID) ReIndexTask
(Reindexer reIndexer, SearchableDao searchableDao, List<String> spaceKeys, EnumSet<ReIndexOption> options, Optional<SearchQuery> searchQuery, int jobID)