public class

ReindexAllStartedEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.index.ReindexAllStartedEvent

Class Overview

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.

Summary

Public Constructors
ReindexAllStartedEvent()
ReindexAllStartedEvent(boolean useBackgroundIndexing, boolean updateReplicatedIndex)
Public Methods
boolean isUsingBackgroundIndexing()
boolean shouldUpdateReplicatedIndex()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ReindexAllStartedEvent ()

public ReindexAllStartedEvent (boolean useBackgroundIndexing, boolean updateReplicatedIndex)

Public Methods

public boolean isUsingBackgroundIndexing ()

public boolean shouldUpdateReplicatedIndex ()