com.atlassian.jira.issue.index
Class IndexReconciler

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

public class IndexReconciler
extends Object

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

Since:
v6.1

Constructor Summary
IndexReconciler(long[] indexedIssues)
          Construct a new Reconciler.
 
Method Summary
 List<Long> getOrphans()
           
 List<Long> getUnindexed()
           
 void spy(Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexReconciler

public IndexReconciler(long[] indexedIssues)
Construct a new Reconciler.

Parameters:
indexedIssues - An array of issues known to be in the index.
Method Detail

spy

public void spy(Issue issue)

getUnindexed

public List<Long> getUnindexed()

getOrphans

public List<Long> getOrphans()


Copyright © 2002-2014 Atlassian. All Rights Reserved.