java.lang.Object | |
↳ | com.atlassian.jira.index.request.ReindexRequestDaoImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||
![]()
|
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. |
---|