| Interface | Description |
|---|---|
| IndexBackupContributionStrategy |
Strategy used to acquire a list of index files from
Index.Manager's and pass them to given backupBuilder |
| IndexCopyService | |
| IndexRecoveryManager |
Manager to recover an index from a previous index backup
|
| IndexRecoveryService |
Manager to recover an index from a previous index backup
|
| NodeIndexCounterStore |
Interface for performing read/write operations regarding node's current state of replication changes from other nodes.
|
| NodeReindexService |
Reindex service that runs to check if other nodes have made index changes
|
| ReplicatedIndexManager |
Writes ReplicatedIndexOperations to the database - as this class is called from the finally in the indexManagers
you must not throw any exceptions.
|
| TemporaryFilesProvider |
A provider of files to given directory.
|
| Class | Description |
|---|---|
| ClusterNodeIndexCounterManager |
Decouples internal reporting of current state of replication of other nodes index operations from status reported to the DB.
|
| DefaultIndexCopyService |
Backs up the index to the shared home folder
|
| DefaultIndexRecoveryManager | |
| DefaultIndexRecoveryService |
Service for recovering an Index.
|
| DefaultNodeReindexService |
Runs periodically and reindexes issues that have been indexed in other nodes (only other nodes).
|
| DefaultReplicatedIndexManager |
Manages the replicated index.
|
| DisasterRecoveryLauncher |
This class will check for a disaster recovery scenario and restore the index if required.
|
| FailedReplicationOperationService |
Used for storing and retrieving failed index replication operations on the current node
|
| IndexesRestoredEvent |
The lucene indexes have been restored.
|
| IndexPerformAndSubpath |
Encapsulation of specific index's Index#perform lambda function and its relative subpath to indexes root directory.
|
| IndexSnapshotService |
A service that when run will store a snapshot of the Lucene indexes
|
| IndexUtils |
Helper methods to work with LuceneIndexes.
|
| NoOpNodeIndexCounterManager | |
| NullAwareIssueIdsIssueIterable | |
| NullReplicatedIndexManager |
A no-op implementation of the ReplicatedIndexManager.
|
| OfBizNodeIndexCounterStore |
Stores the last index operation id for each node
|
| OfBizReplicatedIndexOperationStore |
Stores index operation events
|
| ReindexMetadata |
Reindex metadata contained within an index snapshot.
|
| ReplicatedIndexOperation |
This class represents an Indexing Operation on a node
|
| ReplicatedIndexOperationFactory |
Factory for converting GVs to
ReplicatedIndexOperation |
| SharedEntityResolver |
Resolves Shared Entities
|
| SnapshotDeletionPolicyContributionStrategy |
Strategy for acquiring the list of index files for creation of consistent index backup.
|
| SnapshotDeletionPolicyContributionStrategy.CommitOperationsFactory |
| Enum | Description |
|---|---|
| DisasterRecoveryLauncher.RecoveryMode | |
| ReplicatedIndexOperation.Operation |
Copyright © 2002-2021 Atlassian. All Rights Reserved.