Uses of Interface
com.atlassian.jira.search.index.IndexAccessor
Packages that use IndexAccessor
Package
Description
-
Uses of IndexAccessor in com.atlassian.jira.index.property
Constructors in com.atlassian.jira.index.property with parameters of type IndexAccessorModifierConstructorDescriptionIssuePropertyClauseValueGenerator(String fieldName, IndexAccessor indexAccessor) -
Uses of IndexAccessor in com.atlassian.jira.search.index
Subinterfaces of IndexAccessor in com.atlassian.jira.search.indexModifier and TypeInterfaceDescriptioninterfaceIndex accessor that supports writing viaIndexWriter.Methods in com.atlassian.jira.search.index that return IndexAccessorModifier and TypeMethodDescriptionCreates a newIndexAccessorfor the given schema.IndexAccessorRegistry.getIssuesIndexAccessor()Get index accessor for the issues index.Methods in com.atlassian.jira.search.index with parameters of type IndexAccessorModifier and TypeMethodDescriptionvoidIndexSchemaManager.deregisterIndexAccessor(IndexAccessor indexAccessor) Deregisters an IndexAccessor from receiving schema updates.voidIssuesIndexSchemaManager.deregisterIndexAccessor(IndexAccessor indexAccessor) voidIndexSchemaManager.registerIndexAccessor(IndexAccessor indexAccessor) Registers an IndexAccessor to receive schema updates.voidIssuesIndexSchemaManager.registerIndexAccessor(IndexAccessor indexAccessor) -
Uses of IndexAccessor in com.atlassian.jira.search.index.rio
Methods in com.atlassian.jira.search.index.rio with parameters of type IndexAccessorModifier and TypeMethodDescriptionClusterSynchronisedReplicatedIndexOperationsServiceImpl.getUnappliedOperations(Collection<EntityWithOperation> indexOps, IndexAccessor indexAccessor) ReplicatedIndexOperationConsistencyChecker.getUnappliedOperations(Collection<EntityWithOperation> operations, IndexAccessor indexAccessor) Checks for RIO operations which have not been applied to the index yet.ReplicatedIndexOperationsService.getUnappliedOperations(Collection<EntityWithOperation> indexOps, IndexAccessor indexAccessor) Filters out from given operations all operations representing entities which are already searchable in local index with version greater or equal to the operation version -
Uses of IndexAccessor in com.atlassian.jira.search.lucene
Classes in com.atlassian.jira.search.lucene that implement IndexAccessorMethods in com.atlassian.jira.search.lucene that return IndexAccessor -
Uses of IndexAccessor in com.atlassian.jira.search.opensearch
Classes in com.atlassian.jira.search.opensearch that implement IndexAccessorFields in com.atlassian.jira.search.opensearch declared as IndexAccessorModifier and TypeFieldDescriptionprotected final IndexAccessorOpenSearchIssueIndexer.indexAccessorMethods in com.atlassian.jira.search.opensearch with parameters of type IndexAccessorModifier and TypeMethodDescriptionOpenSearchReplicatedIndexOperationConsistencyChecker.getUnappliedOperations(Collection<EntityWithOperation> operations, IndexAccessor indexAccessor) -
Uses of IndexAccessor in com.atlassian.jira.search.opensearch.consistency
Classes in com.atlassian.jira.search.opensearch.consistency that implement IndexAccessorModifier and TypeClassDescriptionclassDecorates aWritableIndexAccessorto apply read-your-writes consistency