Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IndexingBackdoor.makeReindexRequest(ReindexRequestType type,
List<String> sharedEntityTypes) |
Modifier and Type | Method and Description |
---|---|
Long |
IndexingControl.makeReindexRequest(ReindexRequestType type,
String query,
SharedEntityType... sharedEntityTypes) |
Modifier and Type | Method and Description |
---|---|
ReindexRequestType |
ReindexRequestBase.getType() |
static ReindexRequestType |
ReindexRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReindexRequestType[] |
ReindexRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<ReindexRequestType> |
ReindexRequestTypes.allAllowed() |
static EnumSet<ReindexRequestType> |
ReindexRequestTypes.noneAllowed() |
static EnumSet<ReindexRequestType> |
ReindexRequestTypes.onlyImmediate() |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ReindexRequest> |
DefaultReindexRequestManager.getPendingReindexRequests(Set<ReindexRequestType> reindexRequestTypes) |
Iterable<ReindexRequest> |
ReindexRequestManager.getPendingReindexRequests(Set<ReindexRequestType> reindexRequestTypes)
Retrieves all pending reindex requests, in order
from oldest to newest.
|
boolean |
DefaultReindexRequestManager.isReindexRequested(Set<ReindexRequestType> reindexRequestTypes) |
boolean |
ReindexRequestManager.isReindexRequested(Set<ReindexRequestType> reindexRequestTypes)
Checks if any ReindexRequests are waiting to be processed.
|
Set<ReindexRequest> |
DefaultReindexRequestManager.processPendingRequests(boolean waitForCompletion,
Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground) |
Set<ReindexRequest> |
ReindexRequestManager.processPendingRequests(boolean waitForCompletion,
Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground)
Process any outstanding reindex requests.
|
Set<ReindexRequest> |
DefaultReindexRequestService.processRequests(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground) |
Set<ReindexRequest> |
ReindexRequestService.processRequests(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground)
Processes any outstanding reindex requests asynchronously.
|
Set<ReindexRequest> |
DefaultReindexRequestService.processRequestsAndWait(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground) |
Set<ReindexRequest> |
ReindexRequestService.processRequestsAndWait(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground)
Processes any outstanding reindex requests and waits for them to finish.
|
Iterable<ReindexRequest> |
DefaultReindexRequestManager.readPendingReindexRequests(Set<ReindexRequestType> reindexRequestTypes,
boolean updateCoalescedRequests) |
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(ReindexRequestType type,
long requestTime,
Long startTime,
Long completionTime,
String executionNodeId,
ReindexStatus status,
Set<AffectedIndex> affectedIndexes,
Set<SharedEntityType> sharedEntities,
List<ReindexRequest> sources) |
ReindexRequestBase(Long id,
ReindexRequestType type,
long requestTime,
Long startTime,
Long completionTime,
String executionNodeId,
ReindexStatus status) |
Modifier and Type | Method and Description |
---|---|
ReindexRequestType |
ReindexRequestBean.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ReindexRequestBean.setType(ReindexRequestType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
UpgradeIndexManager.runReindexIfNeededAndAllowed(Set<ReindexRequestType> reindexRequestTypes)
Performs reindex.
|
UpgradeResult |
LicenseCheckingUpgradeService.runUpgrades(Set<ReindexRequestType> reindexRequestTypes,
com.atlassian.upgrade.api.UpgradeContext upgradeContext) |
UpgradeResult |
ClusterLockingUpgradeService.runUpgrades(Set<ReindexRequestType> reindexRequestTypes,
com.atlassian.upgrade.api.UpgradeContext upgradeContext) |
UpgradeResult |
LoggingUpgradeService.runUpgradesWithLogging(Set<ReindexRequestType> reindexRequestTypes,
com.atlassian.upgrade.api.UpgradeContext upgradeContext,
String description) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.