Uses of Interface
com.atlassian.jira.util.Shutdown

Packages that use Shutdown
com.atlassian.jira   
com.atlassian.jira.issue.index   
com.atlassian.jira.sharing.index   
com.atlassian.jira.util   
com.atlassian.jira.util.index   
 

Uses of Shutdown in com.atlassian.jira
 

Classes in com.atlassian.jira that implement Shutdown
 class ComponentManager
          This component manager uses PicoContainer to resolve all the dependencies between components.
 

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

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

Classes in com.atlassian.jira.issue.index that implement Shutdown
 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 Shutdown in com.atlassian.jira.sharing.index
 

Subinterfaces of Shutdown 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 Shutdown
 class DefaultSharedEntityIndexManager
          Default IndexManager for shared entities
 

Uses of Shutdown in com.atlassian.jira.util
 

Classes in com.atlassian.jira.util that implement Shutdown
 class CompositeShutdown
          TODO: Document this class / interface here
 

Constructors in com.atlassian.jira.util with parameters of type Shutdown
CompositeShutdown(Shutdown... shutdowns)
           
 

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

Subinterfaces of Shutdown in com.atlassian.jira.util.index
 interface IndexLifecycleManager
          Manage an index lifecycle.
 

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



Copyright © 2002-2014 Atlassian. All Rights Reserved.