public class

IndexReconciler

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

Class Overview

A helper when doing background re-indexing, to match up which issues are seen in the index and database

Summary

Public Constructors
IndexReconciler(long[] indexedIssues)
Construct a new Reconciler.
Public Methods
List<Long> getOrphans()
List<Long> getUnindexed()
void spy(Issue issue)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IndexReconciler (long[] indexedIssues)

Construct a new Reconciler.

Parameters
indexedIssues An array of issues known to be in the index.

Public Methods

public List<Long> getOrphans ()

public List<Long> getUnindexed ()

public void spy (Issue issue)