Class RankIndex
java.lang.Object
com.atlassian.greenhopper.service.rank.RankIndex
Holds the issue id to position mapping
-
Constructor Details
-
RankIndex
public RankIndex()
-
-
Method Details
-
getRank
-
putRank
public void putRank(com.atlassian.greenhopper.service.rank.Rank rank) -
isRanked
-
reindex
public void reindex() -
getSize
public int getSize()- Returns:
- the number of issues in the index
-
getRanks
-
getIssueIterable
-
getIssueIterator
-