Class EvictQueryRegionsRequestEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description EvictQueryRegionsRequestEvent(Object src)
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
EvictQueryRegionsRequestEvent
public EvictQueryRegionsRequestEvent(Object src)
-
-