com.atlassian.jira.issue.index
Class ReindexAllCompletedEvent

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

public class ReindexAllCompletedEvent
extends Object

Raised when "reindex all" has completed.

Since:
v5.0

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

Constructor Detail

ReindexAllCompletedEvent

public ReindexAllCompletedEvent(long time)

ReindexAllCompletedEvent

public ReindexAllCompletedEvent(long totalTime,
                                boolean useBackgroundIndexing,
                                boolean updateReplicatedIndex)
Method Detail

getTotalTime

public long getTotalTime()

isUsingBackgroundIndexing

public boolean isUsingBackgroundIndexing()

shouldUpdateReplicatedIndex

public boolean shouldUpdateReplicatedIndex()


Copyright © 2002-2013 Atlassian. All Rights Reserved.