Uses of Class
com.atlassian.confluence.search.ReIndexOption
-
-
Uses of ReIndexOption in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ReIndexOption Modifier and Type Method Description ReIndexOptionReindexStageFinishedEvent. getReIndexOption()Deprecated.since 5.10.ReIndexOptionReindexStageStartedEvent. getReIndexOption()Deprecated.since 5.10.Methods in com.atlassian.confluence.event.events.admin that return types with arguments of type ReIndexOption Modifier and Type Method Description EnumSet<ReIndexOption>ReIndexRequestEvent. getOptions()EnumSet<ReIndexOption>ReindexStartedEvent. getOptions()Constructors in com.atlassian.confluence.event.events.admin with parameters of type ReIndexOption Constructor Description ReindexStageFinishedEvent(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 ReIndexOption Constructor Description ReIndexRequestEvent(Object src, String jobId, String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys)ReindexStartedEvent(Object src, Progress progress, 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 ReIndexOption Modifier and Type Method Description ReIndexTaskCompositeIndexManager. reIndex(EnumSet<ReIndexOption> options)ReIndexTaskCompositeIndexManager. reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys)ReIndexTaskCompositeIndexManager. 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 ReIndexOption Modifier and Type Method Description EnumSet<ReIndexOption>ReIndexMaintenanceTask. getOptions()Constructor parameters in com.atlassian.confluence.impl.system.task with type arguments of type ReIndexOption Constructor Description ReIndexMaintenanceTask(String jobId, String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys) -
Uses of ReIndexOption in com.atlassian.confluence.internal.index
Methods in com.atlassian.confluence.internal.index with parameters of type ReIndexOption Modifier and Type Method Description voidEventPublishingReindexProgress. 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 ReIndexOption Modifier and Type Method Description 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.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 ReIndexOption Modifier and Type Method Description ReIndexTaskFullReindexManager. reIndex(EnumSet<ReIndexOption> options)Triggers a system-wide reindex with specified options.ReIndexTaskFullReindexManager. reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys)Triggers a re-index where entities are loaded using providedsearchQuery.ReIndexTaskFullReindexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)Triggers a system-wide re-index where entities are loaded using providedsearchQuery.ReIndexTaskLuceneFullReindexManager. reIndex(EnumSet<ReIndexOption> options)ReIndexTaskLuceneFullReindexManager. reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys)ReIndexTaskLuceneFullReindexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)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 ReIndexOption in com.atlassian.confluence.plugins.rest.service
Method parameters in com.atlassian.confluence.plugins.rest.service with type arguments of type ReIndexOption Modifier and Type Method Description booleanDefaultReIndexService. 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 ReIndexOption Modifier and Type Method Description static ReIndexOptionReIndexOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ReIndexOption[]ReIndexOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.search that return types with arguments of type ReIndexOption Modifier and Type Method Description static 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 ReIndexOption Modifier and Type Method Description static booleanReIndexOption. isFullReindex(Set<ReIndexOption> options)ReIndexTaskIndexManager. reIndex(EnumSet<ReIndexOption> options)Triggers a system wide reindex with specified options, entities are loaded from the database.ReIndexTaskIndexManager. reIndex(EnumSet<ReIndexOption> options, @NonNull List<String> spaceKeys)ReIndexTaskIndexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)Triggers a system wide re-index.Constructor parameters in com.atlassian.confluence.search with type arguments of type ReIndexOption Constructor Description ReIndexTask(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)
-