com.atlassian.jira.index.request.ReindexRequestDao |
![]() |
DAO for reading reindex requests.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Finds a request by ID.
| |||||||||||
Retrieves components for a reindex request.
| |||||||||||
Retrieves all reindex requests with the specified status, ordered by request time.
| |||||||||||
Clear any pending requests.
| |||||||||||
Remove all components of a reindex request.
| |||||||||||
Finds a request by ID. Returns null if not found.
requestId | the ID of the request to find. |
---|
Retrieves components for a reindex request.
requestId | the ID of the request. |
---|
Retrieves all reindex requests with the specified status, ordered by request time.
status | the status. |
---|
Clear any pending requests.
Remove all components of a reindex request.
requestId | the reindex request ID. |
---|