com.atlassian.jira.index.request.ReindexRequestService |
Known Indirect Subclasses |
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
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.
|
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. |