java.lang.Object | |||
↳ | com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper | ||
↳ | com.atlassian.jira.issue.statistics.PriorityStatisticsMapper | ||
↳ | com.atlassian.jira.issue.statistics.ReversePriorityStatisticsMapper |
This StatisticsMapper works exactly the same as PriorityStatisticsMapper, except that it returns a reverse-order comparator.
This class needs to minimise its outgoing references so as not to cause memory leaks.
See comments in PriorityStatisticsMapper
.
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A comparator that can be used to order objects returned by
getValueFromLuceneField(String) . |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||
![]()
|
A comparator that can be used to order objects returned by getValueFromLuceneField(String)
.
The Comparator must be reentrant as it could be used by Lucene from multiple threads at once.