Class ReIndexRequestEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.ReIndexRequestEvent
- All Implemented Interfaces:
Serializable
This event must be synchronous so that the maintenance task can be created in the same transaction of the new reindex job
- Since:
- 8.3.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionReIndexRequestEvent
(Object src, String jobId, @Nullable String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys) -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ReIndexRequestEvent
-
-
Method Details
-
getJobId
-
getSourceNodeId
-
getOptions
-
getSpaceKeys
-