java.lang.Object | |
↳ | com.atlassian.jira.index.request.DefaultReindexRequestService |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Reads progress of multiple reindex requests.
| |||||||||||
Reads progress of a reindex request.
| |||||||||||
Processes any outstanding reindex requests asynchronously.
| |||||||||||
Processes any outstanding reindex requests and waits for them to finish.
| |||||||||||
Requests a reindex, adding a reindex request to the queue.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||
![]()
|
Reads progress of multiple reindex requests.
requestIds | a set of reindex request IDs. |
---|
requestIds
that was not
found will not have a corresponding element in the return set.
Reads progress of a reindex request.
requestId | the ID of the reindex request. |
---|
null
if no request with the specified ID exists.
Processes any outstanding reindex requests asynchronously.
reindexRequestTypes | The request types to process. |
---|
PermissionException |
---|
Processes any outstanding reindex requests and waits for them to finish.
reindexRequestTypes | The request types to process. |
---|
PermissionException |
---|
Requests a reindex, adding a reindex request to the queue. There is no guarantee that this request will be performed immediately.
type | whether reindex is immediate or delayed. |
---|---|
affectedIndexes | the indexes to regenerate. |
entityTypes | the entity types whose indexes are to be regenerated. |