com.atlassian.confluence.search.v2.lucene
Class LuceneSearchMapperRegistryCacheUpdateListener

java.lang.Object
  extended by com.atlassian.confluence.search.v2.lucene.LuceneSearchMapperRegistryCacheUpdateListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class LuceneSearchMapperRegistryCacheUpdateListener
extends Object
implements com.atlassian.event.EventListener

Listener that is responsible keeping the cache of search mapper module descriptors in CacheBackedLuceneSearchMapperRegistry up to date in response to plugin events.


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

Constructor Detail

LuceneSearchMapperRegistryCacheUpdateListener

public LuceneSearchMapperRegistryCacheUpdateListener()
Method Detail

handleEvent

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

getHandledEventClasses

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

setSearchMapperRegistry

public void setSearchMapperRegistry(LuceneSearchMapperRegistry searchMapperRegistry)


Copyright © 2003–2015 Atlassian. All rights reserved.