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

Packages that use IndexLifecycleManager
com.atlassian.jira   
com.atlassian.jira.issue.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   
com.atlassian.jira.web.action.issue   
 

Uses of IndexLifecycleManager in com.atlassian.jira
 

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

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
          A based index manager to allow indexing to be done in memory rather than on the FS.
 

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)
           
 

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 ReIndexAsyncIndexerCommand.doReindex(Context context, IndexLifecycleManager indexManager)
           
 IndexCommandResult ReIndexBackgroundIndexerCommand.doReindex(Context context, IndexLifecycleManager indexManager)
           
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type IndexLifecycleManager
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)
           
ReIndexAsyncIndexerCommand(com.atlassian.johnson.JohnsonEventContainer eventCont, IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper)
           
ReIndexBackgroundIndexerCommand(IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper)
           
 

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

Constructors in com.atlassian.jira.web.action.issue with parameters of type IndexLifecycleManager
IssueNavigator(JiraAuthenticationContext authContext, ColumnLayoutManager columnLayoutManager, IssueSearcherManager issueSearcherManager, SearchRequestFactory searchRequestFactory, SearchRequestService searchRequestService, TableLayoutFactory tableLayoutFactory, CommentManager commentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PagerManager pagerManager, SearchService searchService, ApplicationProperties applicationProperties, IndexLifecycleManager indexLifecycleManager, AutoCompleteJsonGenerator autoCompleteJsonGenerator, SearchSortUtil searchSortUtil, JqlStringSupport jqlStringSupport, UserQueryHistoryManager userQueryHistoryManager, SimpleLinkManager simpleLinkManager, IssueSearchLimits issueSearchLimits, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher, SearchActionHelper actionHelper, IssueNavigatorSearchResultsHelper searchResultsHelper)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.