Uses of Interface
com.atlassian.jira.index.Index.Result
Packages that use Index.Result
Package
Description
-
Uses of Index.Result in com.atlassian.jira.index
Classes in com.atlassian.jira.index that implement Index.ResultModifier and TypeClassDescriptionstatic classIndicate that an operation failed.static classIndicate that an operation completed successfully.final classResult implementation that wraps aFuture.classMethods in com.atlassian.jira.index that return Index.ResultModifier and TypeMethodDescriptionMultiThreadedIndexingStrategy.apply(Supplier<Index.Result> input) SimpleIndexingStrategy.apply(Supplier<Index.Result> input) DefaultIndex.perform(Index.Operation operation) Index.perform(Index.Operation operation) Perform anIndex.Operationon the index.AccumulatingResultBuilder.toResult()Methods in com.atlassian.jira.index with parameters of type Index.ResultModifier and TypeMethodDescriptionAccumulatingResultBuilder.add(Index.Result result) AccumulatingResultBuilder.add(String indexName, Long identifier, Index.Result result) Method parameters in com.atlassian.jira.index with type arguments of type Index.ResultModifier and TypeMethodDescriptionMultiThreadedIndexingStrategy.apply(Supplier<Index.Result> input) SimpleIndexingStrategy.apply(Supplier<Index.Result> input) Constructor parameters in com.atlassian.jira.index with type arguments of type Index.Result -
Uses of Index.Result in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha that return Index.ResultConstructor parameters in com.atlassian.jira.index.ha with type arguments of type Index.ResultModifierConstructorDescriptionIndexPerformAndSubpath(Function<Index.Operation, Index.Result> indexPerform, Path indexSubpath) -
Uses of Index.Result in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that return Index.ResultModifier and TypeMethodDescriptionDefaultIssueIndexer.conditionalUpdateWithVersion(IndexDirectoryFactory.Name indexName, org.apache.lucene.document.Document document) DefaultIssueIndexer.conditionalUpdateWithVersion(org.apache.lucene.document.Document issueDocument, Collection<org.apache.lucene.document.Document> commentDocuments, Collection<org.apache.lucene.document.Document> changeHistoryDocuments, Collection<org.apache.lucene.document.Document> worklogDocuments) IssueIndexer.conditionalUpdateWithVersion(IndexDirectoryFactory.Name indexName, org.apache.lucene.document.Document document) Deprecated, for removal: This API element is subject to removal in a future version.IssueIndexer.conditionalUpdateWithVersion(org.apache.lucene.document.Document issueDocument, Collection<org.apache.lucene.document.Document> commentDocuments, Collection<org.apache.lucene.document.Document> changeHistoryDocuments, Collection<org.apache.lucene.document.Document> worklogDocuments) Deprecated, for removal: This API element is subject to removal in a future version.UseIssueIndexer.indexDocument(IndexRequest)insteadDefaultIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) default Index.ResultIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context) IssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) IssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) Delete any existing documents (in the issue index invalid input: '&' all related entity indexes) for the Issues represented by the supplied WithIdsIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.useIssueIndexer.deindexIssues(Collection, Context)instead.DefaultIssueIndexer.deIndexProject(Project project, boolean shouldReplicate) IssueIndexer.deIndexProject(Project project, boolean shouldReplicate) Remove all documents connected with given projectDefaultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) default Index.ResultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context) IssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.DefaultIssueIndexer.indexDocument(IndexRequest indexRequest) IssueIndexer.indexDocument(IndexRequest indexRequest) Index a document using the provided IndexRequest.DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Add documents for the supplied issues.DefaultIssueIndexer.optimize()IssueIndexer.optimize()DefaultIssueIndexer.reindexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) default Index.ResultIssueIndexer.reindexComments(Collection<Comment> comments, Context context) IssueIndexer.reindexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.useIssueIndexer.reindexComments(Collection, Context)after version 12.0 instead.DefaultIssueIndexer.reindexCommentsInParallel(Collection<Comment> comments, Context context) IssueIndexer.reindexCommentsInParallel(Collection<Comment> comments, Context context) Reindex a collection of issue comments on multiple threads.DefaultIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) 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.DefaultIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) default Index.ResultIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context) IssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.DefaultIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) IssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Reindex a collection of issue worklogs on multiple threads. -
Uses of Index.Result in com.atlassian.jira.mock.issue.index
Methods in com.atlassian.jira.mock.issue.index that return Index.ResultModifier and TypeMethodDescriptionMockIssueIndexer.conditionalUpdateWithVersion(IndexDirectoryFactory.Name indexName, org.apache.lucene.document.Document document) MockIssueIndexer.conditionalUpdateWithVersion(org.apache.lucene.document.Document issueDocument, Collection<org.apache.lucene.document.Document> commentDocuments, Collection<org.apache.lucene.document.Document> changeHistoryDocuments, Collection<org.apache.lucene.document.Document> worklogDocuments) MockIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) MockIssueIndexer.deIndexProject(Project project, boolean shouldReplicate) MockIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) MockIssueIndexer.indexDocument(IndexRequest indexRequest) MockIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) MockIssueIndexer.optimize()MockIssueIndexer.reindexComments(Collection<Comment> comments, Context context) MockIssueIndexer.reindexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) MockIssueIndexer.reindexCommentsInParallel(Collection<Comment> comments, Context context) MockIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) MockIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) MockIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) -
Uses of Index.Result in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch that return Index.ResultModifier and TypeMethodDescriptionOpenSearchIssueIndexer.conditionalUpdateWithVersion(IndexDirectoryFactory.Name indexName, org.apache.lucene.document.Document document) OpenSearchIssueIndexer.conditionalUpdateWithVersion(org.apache.lucene.document.Document issueDocument, Collection<org.apache.lucene.document.Document> commentDocuments, Collection<org.apache.lucene.document.Document> changeHistoryDocuments, Collection<org.apache.lucene.document.Document> worklogDocuments) OpenSearchIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) OpenSearchIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.deIndexProject(Project project, boolean shouldReplicate) OpenSearchIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.indexDocument(IndexRequest indexRequest) OpenSearchIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) OpenSearchIssueIndexer.optimize()OpenSearchIssueIndexer.reindexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.reindexCommentsInParallel(Collection<Comment> comments, Context context) OpenSearchIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) OpenSearchIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) -
Uses of Index.Result in com.atlassian.jira.sharing.index
Methods in com.atlassian.jira.sharing.index that return Index.ResultModifier and TypeMethodDescriptionDefaultSharedEntityIndexer.deIndex(SharedEntity entity) DefaultSharedEntityIndexer.deIndex(Set<SharedEntity> sharedEntities, boolean shouldReplicate) MockSharedEntityIndexer.deIndex(SharedEntity entity) MockSharedEntityIndexer.deIndex(Set<SharedEntity> sharedEntities, boolean shouldReplicate) SharedEntityIndexer.deIndex(SharedEntity entity) Delete a document from the index.SharedEntityIndexer.deIndex(Set<SharedEntity> sharedEntities, boolean shouldReplicate) Delete multiple documents in the indexDefaultSharedEntityIndexer.index(SharedEntity entity) DefaultSharedEntityIndexer.index(SharedEntity entity, boolean shouldReplicate) DefaultSharedEntityIndexer.index(Set<SharedEntity> sharedEntities, boolean shouldReplicate) MockSharedEntityIndexer.index(SharedEntity entity) MockSharedEntityIndexer.index(SharedEntity entity, boolean shouldReplicate) MockSharedEntityIndexer.index(Set<SharedEntity> sharedEntities, boolean shouldReplicate) SharedEntityIndexer.index(SharedEntity entity) Add or update a document in the index.SharedEntityIndexer.index(SharedEntity entity, boolean shouldReplicate) Add or update a document in the index.SharedEntityIndexer.index(Set<SharedEntity> sharedEntities, boolean shouldReplicate) Add or update multiple documents in the index
IssueIndexer.indexDocument(IndexRequest)instead