Constructor and Description |
---|
DefaultIndexRecoveryManager(SearchProvider searchProvider,
OfBizDelegator delegator,
IssueBatcherFactory issueBatcherFactory,
IssueManager issueManager,
IssueIndexer issueIndexer,
IndexLifecycleManager indexLifecycleManager,
IndexPathManager indexPathManager,
IssueFactory issueFactory,
SharedEntityIndexManager sharedEntityIndexManager,
IndexingCounterManager indexingCounterManager,
IssueIndexManager indexManager) |
Constructor and Description |
---|
DefaultReindexRequestManager(ReindexRequestDao reindexRequestDao,
com.atlassian.core.util.Clock clock,
ReindexRequestCoalescer requestCoalescer,
ClusterManager clusterManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
TaskManager taskManager,
IndexLifecycleManager indexLifecycleManager,
I18nHelper.BeanFactory i18nFactory,
I18nHelper i18nHelper,
JohnsonProvider johnsonProvider) |
Modifier and Type | Interface and Description |
---|---|
interface |
IssueIndexManager
Manages Lucene search indexes.
|
Modifier and Type | Class and Description |
---|---|
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 |
Constructor and Description |
---|
ReindexResource(IndexLifecycleManager indexLifecycleManager,
TaskManager taskManager,
JiraAuthenticationContext jiraAuthenticationContext,
PermissionManager permissionManager,
JiraBaseUrls jiraBaseUrls,
I18nHelper.BeanFactory i18nBeanFactory,
IssueIndexingService issueIndexingService,
com.atlassian.core.util.Clock clock,
IssueFinder issueFinder,
JohnsonProvider johnsonProvider) |
Modifier and Type | Interface and Description |
---|---|
interface |
SharedEntityIndexManager
Responsible for managing indexing of all shared entities
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSharedEntityIndexManager
Default IndexManager for
shared entities |
Modifier and Type | Class and Description |
---|---|
class |
CompositeIndexLifecycleManager
Convenience class for managing known IndexManagers and calling them all.
|
Constructor and Description |
---|
IndexOptimize(IndexLifecycleManager indexLifecycleManager) |
Modifier and Type | Method and Description |
---|---|
IndexCommandResult |
ActivateAsyncIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
IndexCommandResult |
ReIndexBackgroundIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
IndexCommandResult |
ReIndexAsyncIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
Constructor and Description |
---|
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)
Deprecated.
|
IndexAdminImpl(ProjectManager projectManager,
PermissionManager permissionManager,
IndexLifecycleManager indexLifecycleManager,
GlobalPermissionManager globalPermissionManager,
TaskManager taskManager,
JiraAuthenticationContext authenticationContext,
TaskDescriptorBean.Factory factory,
IndexPathManager indexPathManager,
FileFactory fileFactory,
IndexRecoveryService indexRecoveryService,
ClusterManager clusterManager,
JiraHome jiraHome,
I18nHelper.BeanFactory i18nBeanFactory,
JohnsonProvider johnsonProvider) |
ReIndexAsyncIndexerCommand(com.atlassian.johnson.JohnsonEventContainer eventCont,
IndexLifecycleManager indexManager,
org.apache.log4j.Logger log,
I18nHelper i18nHelper,
I18nHelper.BeanFactory i18nBeanFactory) |
ReIndexBackgroundIndexerCommand(IndexLifecycleManager indexManager,
IssueIndexingParams issueIndexingParams,
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-2018 Atlassian. All Rights Reserved.