Package | Description |
---|---|
com.atlassian.jira.index.ha | |
com.atlassian.jira.index.request | |
com.atlassian.jira.upgrade.tasks |
Modifier and Type | Method and Description |
---|---|
AffectedIndex |
ReplicatedIndexOperation.getAffectedIndex() |
Modifier and Type | Method and Description |
---|---|
ReplicatedIndexOperation |
OfBizReplicatedIndexOperationStore.createIndexOperation(Timestamp indexTime,
AffectedIndex affectedIndex,
SharedEntityType entityType,
ReplicatedIndexOperation.Operation operation,
Set<Long> affectedIds,
String backupFilename)
Creates and stores the index operation in the underlying database, only if the node is in a cluster.
|
<T extends WithId> |
ReplicatedIndexManager.reindexEntity(Collection<T> entities,
AffectedIndex index) |
<T extends WithId> |
NullReplicatedIndexManager.reindexEntity(Collection<T> entities,
AffectedIndex index) |
<T extends WithId> |
DefaultReplicatedIndexManager.reindexEntity(Collection<T> entities,
AffectedIndex index)
Reindexes the set of provided entities in the replicated index.
|
Modifier and Type | Method and Description |
---|---|
AffectedIndex |
ReindexComponent.getAffectedIndex() |
static AffectedIndex |
AffectedIndex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AffectedIndex[] |
AffectedIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AffectedIndex> |
ReindexRequest.getAffectedIndexes() |
Modifier and Type | Method and Description |
---|---|
ReindexRequest |
DefaultReindexRequestService.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes) |
ReindexRequest |
DefaultReindexRequestManager.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes) |
ReindexRequest |
ReindexRequestService.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes)
Requests a reindex, adding a reindex request to the queue.
|
ReindexRequest |
ReindexRequestManager.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes)
Requests a reindex.
|
Constructor and Description |
---|
ReindexComponent(Long id,
long requestId,
AffectedIndex affectedIndex,
SharedEntityType entityType) |
Constructor and Description |
---|
ReindexRequest(Long id,
ReindexRequestType type,
long requestTime,
Long startTime,
Long completionTime,
String executionNodeId,
ReindexStatus status,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> sharedEntities) |
ReindexRequest(Long id,
ReindexRequestType type,
long requestTime,
Long startTime,
Long completionTime,
String executionNodeId,
ReindexStatus status,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> sharedEntities,
List<ReindexRequest> sources) |
ReindexRequest(ReindexRequestBase base,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> sharedEntities) |
ReindexRequest(ReindexRequestType type,
long requestTime,
Long startTime,
Long completionTime,
String executionNodeId,
ReindexStatus status,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> sharedEntities,
List<ReindexRequest> sources) |
Modifier and Type | Field and Description |
---|---|
protected static Set<AffectedIndex> |
AbstractReindexUpgradeTask.ALL_INDEXES |
protected static Set<AffectedIndex> |
AbstractReindexUpgradeTask.ALL_ISSUE_INDEXES |
protected static Set<AffectedIndex> |
AbstractReindexUpgradeTask.WORKLOG_ONLY |
Copyright © 2002-2017 Atlassian. All Rights Reserved.