Uses of Interface
com.atlassian.jira.util.index.IndexLifecycleManager

Packages that use IndexLifecycleManager
com.atlassian.jira   
com.atlassian.jira.index.ha   
com.atlassian.jira.issue.index   
com.atlassian.jira.rest.v2.index   
com.atlassian.jira.sharing.index   
com.atlassian.jira.upgrade   
com.atlassian.jira.util.index   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.index   
 

Uses of IndexLifecycleManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return IndexLifecycleManager
 IndexLifecycleManager ComponentManager.getIndexLifecycleManager()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
static IndexLifecycleManager ManagerFactory.getIndexLifecycleManager()
          Deprecated. 
 

Uses of IndexLifecycleManager in com.atlassian.jira.index.ha
 

Constructors in com.atlassian.jira.index.ha with parameters of type IndexLifecycleManager
DefaultIndexRecoveryManager(SearchProvider searchProvider, OfBizDelegator delegator, IssueBatcherFactory issueBatcherFactory, IssueManager issueManager, IssueIndexer issueIndexer, IndexLifecycleManager indexLifecycleManager, FileFactory fileFactory, IndexPathManager indexPathManager, IssueFactory issueFactory, SharedEntityIndexManager sharedEntityIndexManager, IndexingCounterManager indexingCounterManager)
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.issue.index
 

Subinterfaces of IndexLifecycleManager in com.atlassian.jira.issue.index
 interface IssueIndexManager
          Manages Lucene search indexes.
 

Classes in com.atlassian.jira.issue.index that implement IndexLifecycleManager
 class BulkOnlyIndexManager
          This index manager ignores calls to BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue), BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue) and BulkOnlyIndexManager.reIndexIssues(Collection).
 class DefaultIndexManager
           
 class MemoryIndexManager
          Deprecated. This class may be removed with rewriting all the legacy (PICO-dependent) unit tests. Write a functional test instead.
 

Uses of IndexLifecycleManager in com.atlassian.jira.rest.v2.index
 

Constructors in com.atlassian.jira.rest.v2.index with parameters of type IndexLifecycleManager
ReindexResource(IndexLifecycleManager indexLifecycleManager, TaskManager taskManager, JiraAuthenticationContext jiraAuthenticationContext, PermissionManager permissionManager, JiraBaseUrls jiraBaseUrls, I18nHelper.BeanFactory i18nBeanFactory)
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.sharing.index
 

Subinterfaces of IndexLifecycleManager in com.atlassian.jira.sharing.index
 interface SharedEntityIndexManager
          Responsible for managing indexing of all shared entities
 

Classes in com.atlassian.jira.sharing.index that implement IndexLifecycleManager
 class DefaultSharedEntityIndexManager
          Default IndexManager for shared entities
 

Uses of IndexLifecycleManager in com.atlassian.jira.upgrade
 

Constructors in com.atlassian.jira.upgrade with parameters of type IndexLifecycleManager
UpgradeManagerImpl(JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, I18nHelper.BeanFactory i18HelperFactory, ApplicationProperties applicationProperties, BuildVersionRegistry buildVersionRegistry, com.atlassian.event.api.EventPublisher eventPublisher, OfBizDelegator ofBizDelegator, IndexLifecycleManager indexManager, OutlookDateManager outlookDateManager, FeatureManager featureManager, DowngradeUtilsImpl downgradeUtilsInfo, ReindexMessageManager reindexMessageManager)
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.util.index
 

Classes in com.atlassian.jira.util.index that implement IndexLifecycleManager
 class CompositeIndexLifecycleManager
          Convenience class for managing known IndexManagers and calling them all.
 class MockIndexLifecycleManager
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type IndexLifecycleManager
IndexOptimize(IndexLifecycleManager indexLifecycleManager)
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.web.action.admin.index
 

Methods in com.atlassian.jira.web.action.admin.index with parameters of type IndexLifecycleManager
 IndexCommandResult ReIndexBackgroundIndexerCommand.doReindex(Context context, IndexLifecycleManager indexManager)
           
 IndexCommandResult ActivateAsyncIndexerCommand.doReindex(Context context, IndexLifecycleManager indexManager)
           
 IndexCommandResult ReIndexAsyncIndexerCommand.doReindex(Context context, IndexLifecycleManager indexManager)
           
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type IndexLifecycleManager
ActivateAsyncIndexerCommand(boolean deactivateIndexFirst, com.atlassian.johnson.JohnsonEventContainer eventCont, IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory)
           
IndexAdminImpl(IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, IndexPathManager indexPathManager, FileFactory fileFactory)
           
IndexAdminImpl(ProjectManager projectManager, PermissionManager permissionManager, IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, TaskDescriptorBean.Factory factory, IndexPathManager indexPathManager, FileFactory fileFactory, IndexRecoveryService indexRecoveryService, JiraHome jiraHome, I18nHelper.BeanFactory i18nBeanFactory)
           
ReIndexAsyncIndexerCommand(com.atlassian.johnson.JohnsonEventContainer eventCont, IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory)
           
ReIndexBackgroundIndexerCommand(IndexLifecycleManager indexManager, boolean reIndexComments, boolean reIndexChangeHistory, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory)
           
ReIndexBackgroundIndexerCommand(IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.