Package com.atlassian.jira.index.ha
Class ZDUAwareNodeReindexService
java.lang.Object
com.atlassian.jira.index.ha.DefaultNodeReindexService
com.atlassian.jira.index.ha.ZDUAwareNodeReindexService
- All Implemented Interfaces:
NodeReindexService
For handling index replay with no version for ZDU when upgrading from <= 8.9
To be removed in Jira 9.0.
-
Field Summary
Fields inherited from class com.atlassian.jira.index.ha.DefaultNodeReindexService
PERIOD_SEC, PREFIX
-
Constructor Summary
ConstructorsConstructorDescriptionZDUAwareNodeReindexService
(ClusterManager clusterManager, NodeIndexCounterStore nodeIndexCounterStore, OfBizReplicatedIndexOperationStore ofBizNodeIndexOperationStore, IssueIndexManager indexManager, SharedEntityIndexer sharedEntityIndexer, ProjectManager projectManager, ProjectReindexService projectReindexService, IssueManager issueManager, CommentManager commentManager, WorklogManager worklogManager, SharedEntityResolver sharedEntityResolver, IndexCopyService indexCopyService, IssueIndexingService indexingService, InternalIndexingService internalIndexingService, IndexLifecycleManager indexLifecycleManager, FailedReplicationOperationService failedReplicationOperationService, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager) -
Method Summary
Methods inherited from class com.atlassian.jira.index.ha.DefaultNodeReindexService
canIndexBeRebuilt, hasPendingReindexOperations, isPaused, pause, resetIndexCount, shutDown, start, totalStats
-
Constructor Details