Modifier and Type | Method and Description |
---|---|
WatcherService.BulkWatchResult |
DefaultWatcherService.addWatcherToAll(Collection<Issue> issues,
ApplicationUser remoteUser,
ApplicationUser watcher,
Context taskContext) |
WatcherService.BulkWatchResult |
WatcherService.addWatcherToAll(Collection<Issue> issues,
ApplicationUser remoteUser,
ApplicationUser watcher,
Context taskContext)
Adds a watcher to all of the supplied issues.
|
WatcherService.BulkWatchResult |
DefaultWatcherService.removeWatcherFromAll(Collection<Issue> issues,
ApplicationUser remoteUser,
ApplicationUser watcher,
Context taskContext) |
WatcherService.BulkWatchResult |
WatcherService.removeWatcherFromAll(Collection<Issue> issues,
ApplicationUser remoteUser,
ApplicationUser watcher,
Context taskContext)
Removes a watcher from all of the supplied issues.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkMoveOperationImpl.moveIssuesAndIndex(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
void |
BulkMoveOperation.moveIssuesAndIndex(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
void |
BulkDeleteOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
void |
BulkWatchOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser remoteUser,
Context taskContext) |
void |
BulkMoveOperationImpl.perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext)
Performs the operation on the given set of issues
|
void |
BulkMigrateOperation.perform(BulkEditBean rootBulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
void |
BulkArchiveOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
void |
BulkUnwatchOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser remoteUser,
Context taskContext) |
void |
BulkWorkflowTransitionOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
void |
BulkEditOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
void |
ProgressAwareBulkOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser remoteUser,
Context taskContext)
Performs the operation on the given set of issues and updates the progress.
|
Modifier and Type | Method and Description |
---|---|
void |
IssueIndexHelper.fixupConcurrentlyIndexedIssues(Context context,
AccumulatingResultBuilder resultBuilder,
BackgroundIndexListener backgroundIndexListener,
IssueIndexingParams issueIndexingParams) |
Modifier and Type | Method and Description |
---|---|
IndexCommandResult |
DefaultIndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink) |
IndexCommandResult |
IndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink)
Recovers an index from an index backup
|
Modifier and Type | Method and Description |
---|---|
Map<Long,io.atlassian.fugue.Either<AttachmentError,Attachment>> |
AttachmentManager.copyAttachments(Context context,
Issue issue,
ApplicationUser author,
String newIssueKey)
Copy Issue attachments to another issue.
|
Modifier and Type | Method and Description |
---|---|
long |
DefaultIndexManager.activate(Context context) |
long |
DefaultIndexManager.activate(Context context,
boolean reindex) |
Index.Result |
IssueIndexer.deindexComments(Collection<? extends WithId> comments,
Context context,
boolean shouldReplicate) |
Index.Result |
DefaultIssueIndexer.deindexComments(Collection<? extends WithId> comments,
Context context,
boolean shouldReplicate) |
Index.Result |
IssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context)
Delete any existing documents (in the issue index & all related entity indexes) for the Issues represented by the supplied WithIds
|
Index.Result |
DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context) |
Index.Result |
IssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context,
boolean shouldReplicate)
Delete any existing documents (in the issue index & all related entity indexes) for the Issues represented by the supplied WithIds
|
Index.Result |
DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context,
boolean shouldReplicate) |
default Index.Result |
IssueIndexer.deindexIssues(EnclosedIterable<Issue> issues,
Context context)
Deprecated.
will be removed in 9.0
|
Index.Result |
IssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs,
Context context,
boolean shouldReplicate) |
Index.Result |
DefaultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs,
Context context,
boolean shouldReplicate) |
Index.Result |
IssueIndexer.indexIssues(EnclosedIterable<Issue> issues,
Context context)
Deprecated.
|
Index.Result |
DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues,
Context context) |
Index.Result |
IssueIndexer.indexIssues(EnclosedIterable<Issue> issues,
Context context,
IssueIndexingParams issueIndexingParams)
Add documents for the supplied issues.
|
Index.Result |
DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues,
Context context,
IssueIndexingParams issueIndexingParams) |
AccumulatingResultBuilder |
IssueIndexer.indexIssuesBatchMode(IssuesBatcher batcher,
Context context,
IssueIndexingParams issueIndexingParams)
Index all issues from the given batcher.
|
AccumulatingResultBuilder |
DefaultIssueIndexer.indexIssuesBatchMode(IssuesBatcher batcher,
Context context,
IssueIndexingParams issueIndexingParams)
No other index operations should be called while this method is being called
|
long |
DefaultIndexManager.reIndexAll(Context context) |
long |
DefaultIndexManager.reIndexAll(Context context,
boolean useBackgroundIndexing) |
long |
DefaultIndexManager.reIndexAll(Context context,
boolean useBackgroundIndexing,
boolean notifyCluster) |
long |
IssueIndexManager.reIndexAll(Context context,
boolean useBackgroundReindexing,
boolean notifyCluster)
Deprecated.
Call this as
IssueIndexingService.reIndexAll(Context, boolean, boolean) instead. Since v7.0. |
long |
IssueIndexingService.reIndexAll(Context context,
boolean useBackgroundReindexing,
boolean notifyCluster)
Reindex all issues.
|
long |
DefaultIndexManager.reIndexAll(Context context,
boolean useBackgroundIndexing,
boolean reIndexComments,
boolean reIndexChangeHistory,
boolean notifyCluster) |
long |
IssueIndexManager.reIndexAll(Context context,
boolean useBackgroundReindexing,
boolean reIndexComments,
boolean reIndexChangeHistory,
boolean notifyCluster)
Deprecated.
since v6.4 use
IssueIndexManager.reIndexAll(Context, boolean, IssueIndexingParams, boolean) instead. Since
v7.0 use IssueIndexingService.reIndexAll(Context, boolean, IssueIndexingParams, boolean) instead. |
long |
DefaultIndexManager.reIndexAll(Context context,
boolean useBackgroundIndexing,
IssueIndexingParams issueIndexingParams,
boolean notifyCluster) |
long |
IssueIndexManager.reIndexAll(Context context,
boolean useBackgroundReindexing,
IssueIndexingParams issueIndexingParams,
boolean notifyCluster)
Deprecated.
Call this as
IssueIndexingService.reIndexAll(Context, boolean, IssueIndexingParams, boolean)
instead. Since v7.0. |
long |
IssueIndexingService.reIndexAll(Context context,
boolean useBackgroundReindexing,
IssueIndexingParams issueIndexingParams,
boolean notifyCluster)
Reindex all issues.
|
long |
DefaultIndexManager.reIndexAll(Context context,
IssueIndexingParams issueIndexingParams) |
long |
DefaultIndexManager.reIndexAllIssuesInBackground(Context context) |
long |
DefaultIndexManager.reIndexAllIssuesInBackground(Context context,
boolean reIndexComments,
boolean reIndexChangeHistory) |
long |
DefaultIndexManager.reIndexComments(Collection<Comment> comments,
Context context) |
long |
IssueIndexManager.reIndexComments(Collection<Comment> comments,
Context context)
Deprecated.
Call this as
IssueIndexingService.reIndexComments(Collection, Context) instead. Since v7.0. |
long |
IssueIndexingService.reIndexComments(Collection<Comment> comments,
Context context)
Reindexes a collection of comments.
|
Index.Result |
IssueIndexer.reindexComments(Collection<Comment> comments,
Context context,
boolean shouldReplicate)
Reindex a collection of issue comments.
|
Index.Result |
DefaultIssueIndexer.reindexComments(Collection<Comment> comments,
Context context,
boolean shouldReplicate) |
long |
DefaultIndexManager.reIndexComments(Collection<Comment> comments,
Context context,
boolean shouldReplicate) |
long |
IssueIndexManager.reIndexComments(Collection<Comment> comments,
Context context,
boolean shouldReplicate)
Deprecated.
Call this as
IssueIndexingService.reIndexComments(Collection, Context, boolean) instead.
Since v7.0. |
long |
IssueIndexingService.reIndexComments(Collection<Comment> comments,
Context context,
boolean shouldReplicate)
Reindexes a collection of comments.
|
Index.Result |
IssueIndexer.reindexIssues(EnclosedIterable<Issue> issues,
Context context,
IssueIndexingParams issueIndexingParams,
boolean conditionalUpdate,
boolean shouldReplicate)
Re-index the given issues, delete any existing documents and add new ones.
|
Index.Result |
DefaultIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues,
Context context,
IssueIndexingParams issueIndexingParams,
boolean conditionalUpdate,
boolean shouldReplicate) |
long |
DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context) |
long |
IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context)
Deprecated.
Call this as
IssueIndexingService.reIndexIssues(IssuesIterable, Context) instead. Since v7.0. |
long |
IssueIndexingService.reIndexIssues(IssuesIterable issuesIterable,
Context context)
Reindex a list of issues, passing an optional event that will be set progress
|
long |
DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
boolean reIndexComments,
boolean reIndexChangeHistory) |
long |
IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
boolean reIndexComments,
boolean reIndexChangeHistory)
Deprecated.
|
long |
DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
IssueIndexingParams issueIndexingParams) |
long |
IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
IssueIndexingParams issueIndexingParams)
Deprecated.
Call this as
IssueIndexingService.reIndexIssues(IssuesIterable, Context, IssueIndexingParams)
instead. Since v7.0. |
long |
IssueIndexingService.reIndexIssues(IssuesIterable issuesIterable,
Context context,
IssueIndexingParams issueIndexingParams)
Reindex a list of issues, passing an optional event that will be set progress.
|
long |
DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
IssueIndexingParams issueIndexingParams,
boolean shouldReplicate) |
long |
IssueIndexingService.reIndexIssues(IssuesIterable issuesIterable,
Context context,
IssueIndexingParams issueIndexingParams,
boolean shouldReplicate)
Reindex a list of issues, passing an optional Context for providing status updates.
|
long |
DefaultIndexManager.reIndexIssuesInBackground(Context context,
IssueIndexingParams issueIndexingParams) |
long |
DefaultIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context) |
long |
IssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context)
Deprecated.
Call this as
IssueIndexingService.reIndexWorklogs(Collection, Context) instead. Since v7.0. |
long |
IssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs,
Context context)
Reindexes a collection of worklogs.
|
Index.Result |
IssueIndexer.reindexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean shouldReplicate) |
Index.Result |
DefaultIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean shouldReplicate) |
long |
DefaultIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean shouldReplicate) |
long |
IssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean shouldReplicate)
Deprecated.
Call this as
IssueIndexingService.reIndexWorklogs(Collection, Context, boolean)
instead. Since v7.0. |
long |
IssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean shouldReplicate)
Reindexes a collection of worklogs.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,io.atlassian.fugue.Either<AttachmentError,Attachment>> |
DefaultAttachmentManager.copyAttachments(Context context,
Issue issue,
ApplicationUser author,
String newIssueKey) |
Modifier and Type | Method and Description |
---|---|
void |
BulkTransitionIssueOperation.perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
Context taskContext) |
Modifier and Type | Method and Description |
---|---|
Collection<Issue> |
DefaultWatcherManager.startWatching(ApplicationUser user,
Collection<Issue> issues,
Context taskContext) |
Collection<Issue> |
WatcherManager.startWatching(ApplicationUser user,
Collection<Issue> issues,
Context taskContext)
Enable watching of a list of issues for the user supplied.
|
Collection<Issue> |
DefaultWatcherManager.stopWatching(ApplicationUser user,
Collection<Issue> issues,
Context taskContext) |
Collection<Issue> |
WatcherManager.stopWatching(ApplicationUser user,
Collection<Issue> issues,
Context taskContext)
Disable watching of a list of issues for the user supplied.
|
Modifier and Type | Method and Description |
---|---|
void |
MockProjectManager.removeProjectIssues(Project project,
Context taskContext) |
Modifier and Type | Method and Description |
---|---|
Index.Result |
MockIssueIndexer.deindexComments(Collection<? extends WithId> comments,
Context context,
boolean shouldReplicate) |
Index.Result |
MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context) |
Index.Result |
MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context,
boolean shouldReplicate) |
Index.Result |
MockIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs,
Context context,
boolean shouldReplicate) |
Index.Result |
MockIssueIndexer.indexIssues(EnclosedIterable<Issue> issues,
Context context) |
Index.Result |
MockIssueIndexer.indexIssues(EnclosedIterable<Issue> issues,
Context context,
IssueIndexingParams issueIndexingParams) |
AccumulatingResultBuilder |
MockIssueIndexer.indexIssuesBatchMode(IssuesBatcher batcher,
Context context,
IssueIndexingParams issueIndexingParams) |
Index.Result |
MockIssueIndexer.reindexComments(Collection<Comment> comments,
Context context,
boolean shouldReplicate) |
Index.Result |
MockIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues,
Context context,
IssueIndexingParams issueIndexingParams,
boolean conditionalUpdate,
boolean shouldReplicate) |
Index.Result |
MockIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean shouldReplicate) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectManager.removeProjectIssues(Project project,
Context taskContext) |
void |
CachingProjectManager.removeProjectIssues(Project project,
Context taskContext) |
void |
ProjectManager.removeProjectIssues(Project project,
Context taskContext)
Removes all issues for a particular project.
|
Modifier and Type | Method and Description |
---|---|
long |
DefaultSharedEntityIndexManager.activate(Context context) |
long |
DefaultSharedEntityIndexManager.activate(Context context,
boolean reindex) |
long |
DefaultSharedEntityIndexManager.reIndexAll(Context context) |
long |
DefaultSharedEntityIndexManager.reIndexAll(Context context,
IssueIndexingParams issueIndexingParams) |
long |
DefaultSharedEntityIndexManager.reIndexAllIssuesInBackground(Context context) |
long |
DefaultSharedEntityIndexManager.reIndexAllIssuesInBackground(Context context,
boolean reIndexComments,
boolean reIndexChangeHistory) |
long |
DefaultSharedEntityIndexManager.reIndexIssuesInBackground(Context context,
IssueIndexingParams issueIndexingParams) |
long |
DefaultSharedEntityIndexManager.reIndexSharedEntities(Context context,
IssueIndexingParams issueIndexingParams,
Set<SharedEntity.TypeDescriptor> sharedEntityTypes) |
long |
SharedEntityIndexManager.reIndexSharedEntities(Context context,
IssueIndexingParams issueIndexingParams,
Set<SharedEntity.TypeDescriptor> sharedEntityTypes)
Reindex the specified shared entity types.
|
Modifier and Type | Method and Description |
---|---|
Context |
Context.Builder.build()
Returns the completed
Context . |
static Context |
Contexts.nullContext()
A context which ignores all progress reported to it and has no side-effects.
|
static Context |
Contexts.percentageLogger(Sized sized,
org.apache.log4j.Logger logger,
String msg)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
static Context |
Contexts.percentageLogger(Sized sized,
org.apache.log4j.Logger logger,
String msg,
org.apache.log4j.Level level)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg)
Deprecated.
Since 6.3.6 use
Contexts.percentageReporter(com.atlassian.jira.util.collect.Sized,
TaskProgressSink, I18nHelper, Logger, String,
String, String) for 6.3.6+ or Contexts.builder() for 6.4+ |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
com.atlassian.johnson.event.Event event)
Deprecated.
|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
com.atlassian.johnson.event.Event event,
org.apache.log4j.Level level)
Deprecated.
Since 6.3.6 use
#percentageReporter(com.atlassian.jira.util.collect.Sized,
TaskProgressSink, I18nHelper, Logger, String,
String, String, com.atlassian.johnson.event.Event), Level in 6.3.6+ or Contexts.builder() in 6.4+ |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent,
com.atlassian.johnson.event.Event event) |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent,
com.atlassian.johnson.event.Event event,
org.apache.log4j.Level level)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent,
org.apache.log4j.Level level)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
Modifier and Type | Method and Description |
---|---|
Context |
UserAnonymizationParameter.getContext()
Context to report progress to.
|
Context |
TaskContextAware.getContext()
Context to report progress to.
|
Context |
OwnershipTransferParameter.getContext()
Context to report progress to.
|
Context |
UserPropertyChangeParameter.getContext()
Context to report progress to.
|
Modifier and Type | Method and Description |
---|---|
AnonymizeUserService.AnonymizePerformResult |
AnonymizeUserService.perform(AnonymizeUserService.AnonymizeValidationResult validationResult,
Context asyncTaskContext)
Perform the operation.
|
AnonymizeUserService.AnonymizePerformResult |
DefaultAnonymizeUserService.perform(AnonymizeUserService.AnonymizeValidationResult validationResult,
Context asyncTaskContext)
We have
AnonymizeUserService.AnonymizeProcessData from validation phase which describes operations we would like to perform. |
static void |
ContextUtil.updateProgress(Context context,
int steps) |
Constructor and Description |
---|
OwnershipTransferParameter(String currentUserKey,
String transferToUserKey,
Context context) |
UserAnonymizationParameter(String userKey,
Context context) |
UserAnonymizationParameterWithAdditionalData(String userKey,
String fullName,
Context context) |
UserPropertyChangeParameter(String original,
String target,
Context context) |
UserPropertyChangeParameterWithAdditionalData(String original,
String target,
Context context,
String fullName) |
Modifier and Type | Method and Description |
---|---|
static Context |
Contexts.nullContext()
Deprecated.
use
Contexts.nullContext() instead |
static Context |
Contexts.percentageLogger(Sized sized,
org.apache.log4j.Logger logger) |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger) |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
com.atlassian.johnson.event.Event event) |
Modifier and Type | Method and Description |
---|---|
long |
CompositeIndexLifecycleManager.activate(Context context) |
long |
IndexLifecycleManager.activate(Context context)
Activates search indexes.
|
long |
CompositeIndexLifecycleManager.activate(Context context,
boolean reindex) |
long |
IndexLifecycleManager.activate(Context context,
boolean reindex)
Activates search indexes.
|
long |
CompositeIndexLifecycleManager.reIndexAll(Context context) |
long |
IndexLifecycleManager.reIndexAll(Context context)
Deprecated.
|
long |
CompositeIndexLifecycleManager.reIndexAll(Context context,
IssueIndexingParams issueIndexingParams) |
long |
IndexLifecycleManager.reIndexAll(Context context,
IssueIndexingParams issueIndexingParams)
Reindex indexes defined by the
IssueIndexingParams . |
long |
CompositeIndexLifecycleManager.reIndexAllIssuesInBackground(Context context) |
long |
IndexLifecycleManager.reIndexAllIssuesInBackground(Context context)
Reindex everything, but don't stop the world
Comments and change history will not be reindexed.
|
long |
CompositeIndexLifecycleManager.reIndexAllIssuesInBackground(Context context,
boolean reIndexComments,
boolean reIndexChangeHistory) |
long |
IndexLifecycleManager.reIndexAllIssuesInBackground(Context context,
boolean reIndexComments,
boolean reIndexChangeHistory)
|
long |
CompositeIndexLifecycleManager.reIndexIssuesInBackground(Context context,
IssueIndexingParams issueIndexingParams) |
long |
IndexLifecycleManager.reIndexIssuesInBackground(Context context,
IssueIndexingParams issueIndexingParams)
Reindex everything, but don't stop the world
|
Modifier and Type | Method and Description |
---|---|
IndexCommandResult |
ReIndexAsyncIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
IndexCommandResult |
ReIndexBackgroundIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
IndexCommandResult |
ActivateAsyncIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.