Class IssueTypeStatisticsMapper
java.lang.Object
com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
com.atlassian.jira.issue.statistics.IssueTypeStatisticsMapper
- All Implemented Interfaces:
SearchRequestAppender.Factory<IssueConstant>,StatisticsMapper<IssueConstant>,FieldValueLoader<IssueConstant>
public class IssueTypeStatisticsMapper
extends AbstractConstantStatisticsMapper
implements SearchRequestAppender.Factory<IssueConstant>
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
constantsManager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
equals, getSearchUrlSuffix, hashCode, isFieldAlwaysPartOfAnIssue, isValidValue, loadValue
-
Constructor Details
-
IssueTypeStatisticsMapper
-
-
Method Details
-
getConstantType
- Specified by:
getConstantTypein classAbstractConstantStatisticsMapper
-
getIssueFieldConstant
- Specified by:
getIssueFieldConstantin classAbstractConstantStatisticsMapper
-
field
Description copied from interface:FieldValueLoaderGet the field name that this field is indexed with.- Specified by:
fieldin interfaceFieldValueLoader<IssueConstant>
-
getComparator
Description copied from interface:FieldValueLoaderA comparator by which the resulting values should be ordered when multiple values are present.The Comparator must be reentrant as it could be used by Lucene from multiple threads at once.
- Specified by:
getComparatorin interfaceFieldValueLoader<IssueConstant>- Overrides:
getComparatorin classAbstractConstantStatisticsMapper
-
getSearchRequestAppender
- Specified by:
getSearchRequestAppenderin interfaceSearchRequestAppender.Factory<IssueConstant>- Since:
- v6.0
-