com.atlassian.confluence.event.listeners
Class ClusterWideReindexEventListener

java.lang.Object
  extended by com.atlassian.confluence.event.listeners.ClusterWideReindexEventListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class ClusterWideReindexEventListener
extends java.lang.Object
implements com.atlassian.event.EventListener

When a ClusterReindexRequiredEvent is fired on another cluster node, this listener will respond by doing a full reindex.


Constructor Summary
ClusterWideReindexEventListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setConfluenceBatchIndexer(ConfluenceBatchIndexer confluenceBatchIndexer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterWideReindexEventListener

public ClusterWideReindexEventListener()
Method Detail

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface com.atlassian.event.EventListener

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener

setConfluenceBatchIndexer

public void setConfluenceBatchIndexer(ConfluenceBatchIndexer confluenceBatchIndexer)


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.