com.atlassian.jira.issue.index
Class ReindexAllStartedEvent

java.lang.Object
  extended by com.atlassian.jira.issue.index.ReindexAllStartedEvent

public class ReindexAllStartedEvent
extends Object

Event raised when a "reindex all" event is beginning. This is the event triggered when e.g. the admin clicks reindex or new data is imported.

Since:
v5.0

Constructor Summary
ReindexAllStartedEvent()
           
ReindexAllStartedEvent(boolean useBackgroundIndexing, boolean updateReplicatedIndex)
           
 
Method Summary
 boolean isUsingBackgroundIndexing()
           
 boolean shouldUpdateReplicatedIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReindexAllStartedEvent

public ReindexAllStartedEvent()

ReindexAllStartedEvent

public ReindexAllStartedEvent(boolean useBackgroundIndexing,
                              boolean updateReplicatedIndex)
Method Detail

isUsingBackgroundIndexing

public boolean isUsingBackgroundIndexing()

shouldUpdateReplicatedIndex

public boolean shouldUpdateReplicatedIndex()


Copyright © 2002-2014 Atlassian. All Rights Reserved.