Package com.atlassian.jira.issue.index
Class ReindexIssueCacheClearRequestEvent
java.lang.Object
com.atlassian.jira.issue.index.ReindexIssueCacheClearRequestEvent
- All Implemented Interfaces:
IndexEvent
Raised just before issue reload during issue reindex. This event is meant to notify the issue-related components
about the reload in the next operation so that the components can clear their issue-related caches.
This is important because the issue needs to be loaded directly from the database after the issue version
has been bumped so that the issue won't be indexed with stale values.
- Since:
- v9.14
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReindexIssueCacheClearRequestEvent
public ReindexIssueCacheClearRequestEvent(long issueId)
-
-
Method Details
-
getIssueId
public long getIssueId()
-