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()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, SearchQuery searchQuery) CompositeIndexManager.reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) -
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.voidReIndexJob.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 TypeMethodDescriptionvoidEventPublishingReindexProgress.reindexStageFinished(ReIndexOption option) voidReindexProgress.reindexStageFinished(ReIndexOption option) voidEventPublishingReindexProgress.reindexStageStarted(ReIndexOption option) voidReindexProgress.reindexStageStarted(ReIndexOption option) Method parameters in com.atlassian.confluence.internal.index with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionprotected voidAbstractReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, AbstractReindexer.Context ctx) voidAbstractReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress) voidAbstractReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, Progress progress) voidAbstractReindexer.reIndex(EnumSet<ReIndexOption> options, List<String> spaceKeys, Progress progress) voidBlueGreenReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, Progress progress) protected voidPropagableReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, AbstractReindexer.Context ctx) 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.voidTriggers a re-index all entities from a space.voidAbstractReindexer.Context.reindexFinished(List<String> spaceKeys, EnumSet<ReIndexOption> options) voidEventPublishingReindexProgress.reindexFinished(List<String> spaceKeys, EnumSet<ReIndexOption> options) voidReindexProgress.reindexFinished(List<String> spaceKeys, EnumSet<ReIndexOption> options) voidEventPublishingReindexProgress.reindexStarted(EnumSet<ReIndexOption> options, List<String> spaceKeys) voidReindexProgress.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, SearchQuery searchQuery) Triggers a system-wide re-index where entities are loaded using providedsearchQuery.FullReindexManager.reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) Triggers a re-index where entities are loaded using providedsearchQuery.LuceneFullReindexManager.reIndex(EnumSet<ReIndexOption> options) LuceneFullReindexManager.reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery) LuceneFullReindexManager.reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) -
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 TypeMethodDescriptionbooleanDefaultReIndexService.reindex(@NonNull List<String> spaceKeys, @NonNull EnumSet<ReIndexOption> reIndexOptions) booleanReIndexService.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 ReIndexOptionDeprecated.Returns the enum constant of this class with the specified name.static ReIndexOption[]ReIndexOption.values()Deprecated.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) Deprecated.static EnumSet<ReIndexOption> ReIndexUtils.fromApiEnumSet(EnumSet<ReIndexOption> apiOptions, boolean reindexingSite) static EnumSet<ReIndexOption> ReIndexOption.fullReindex()Deprecated.This is only for site reindexingstatic EnumSet<ReIndexOption> ReIndexOption.fullReindex(boolean reindexingSite) Deprecated.Method parameters in com.atlassian.confluence.search with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionstatic booleanReIndexOption.isFullReindex(Set<ReIndexOption> options) Deprecated.IndexManager.reIndex(EnumSet<ReIndexOption> options) Triggers a system wide reindex with specified options, entities are loaded from the database.IndexManager.reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery) Triggers a system wide re-index.IndexManager.reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys) 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)