Class EvictQueryRegionsRequestEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.impl.cache.hazelcast.hibernate.EvictQueryRegionsRequestEvent
- All Implemented Interfaces:
ClusterEvent,Serializable
@AsynchronousPreferred
public class EvictQueryRegionsRequestEvent
extends ConfluenceEvent
implements ClusterEvent
The event is sent when query regions should be evicted. It could happen when a node re-joins the cluster.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
EvictQueryRegionsRequestEvent
-