Package | Description |
---|---|
com.atlassian.jira.functest.framework.backdoor | |
com.atlassian.jira.index.ha | |
com.atlassian.jira.index.request | |
com.atlassian.jira.upgrade.tasks |
Modifier and Type | Method and Description |
---|---|
Long |
IndexingControl.makeReindexRequest(ReindexRequestType type,
String query,
SharedEntityType... sharedEntityTypes) |
Modifier and Type | Method and Description |
---|---|
SharedEntityType |
ReplicatedIndexOperation.getEntityType() |
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.
|
Collection<SharedEntity> |
SharedEntityResolver.getDummySharedEntities(SharedEntityType entityType,
Set<Long> ids)
Returns a set of 'placeholder' SharedEntity's - they only have an id
|
Collection<SharedEntity> |
SharedEntityResolver.getSharedEntities(SharedEntityType entityType,
Set<Long> ids)
Returns a collection of SharedEntity's given ids
|
Modifier and Type | Method and Description |
---|---|
static SharedEntityType |
SharedEntityType.fromTypeDescriptor(SharedEntity.TypeDescriptor typeDescriptor) |
SharedEntityType |
ReindexComponent.getEntityType() |
static SharedEntityType |
SharedEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedEntityType[] |
SharedEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<SharedEntityType> |
ReindexRequest.getSharedEntities() |
Modifier and Type | Method and Description |
---|---|
ReindexRequest |
DefaultReindexRequestManager.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes) |
ReindexRequest |
DefaultReindexRequestService.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes) |
ReindexRequest |
ReindexRequestManager.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes)
Requests a reindex.
|
ReindexRequest |
ReindexRequestService.requestReindex(ReindexRequestType type,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> entityTypes)
Requests a reindex, adding a reindex request to the queue.
|
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<SharedEntityType> |
AbstractReindexUpgradeTask.ALL_SHARED_ENTITY_TYPES |
protected static Set<SharedEntityType> |
AbstractReindexUpgradeTask.NO_SHARED_ENTITIES |
Copyright © 2002-2019 Atlassian. All Rights Reserved.