com.atlassian.jira.index.ha
Interface ReplicatedIndexManager

All Known Implementing Classes:
DefaultReplicatedIndexManager

public interface ReplicatedIndexManager

Writes ReplicatedIndexOperations to the database - as this class is called from the finally in the indexManagers you must not throw any exceptions. Log them and return

Since:
v6.1

Method Summary
 void deIndexIssues(Set<Issue> issuesToDelete)
           
 void deIndexSharedEntity(SharedEntity entity)
           
 void indexSharedEntity(SharedEntity entity)
           
 void reindexComments(Collection<Comment> comments)
           
 void reindexIssues(IssuesIterable issuesIterable)
           
 void reindexProject(Project project)
           
 

Method Detail

reindexIssues

void reindexIssues(IssuesIterable issuesIterable)

reindexComments

void reindexComments(Collection<Comment> comments)

deIndexIssues

void deIndexIssues(Set<Issue> issuesToDelete)

indexSharedEntity

void indexSharedEntity(SharedEntity entity)

deIndexSharedEntity

void deIndexSharedEntity(SharedEntity entity)

reindexProject

void reindexProject(Project project)


Copyright © 2002-2014 Atlassian. All Rights Reserved.