Uses of Class
com.atlassian.jira.issue.search.parameters.lucene.JiraBytesRef
Packages that use JiraBytesRef
Package
Description
-
Uses of JiraBytesRef in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search that return JiraBytesRef -
Uses of JiraBytesRef in com.atlassian.jira.issue.statistics
Methods in com.atlassian.jira.issue.statistics with parameters of type JiraBytesRefModifier and TypeMethodDescriptionvoidTwoDimensionalStatsMap.adjustMapForIrrelevantValues(JiraBytesRef[] xAxisValues, boolean xIrrelevant, JiraBytesRef[] yAxisValues, boolean yIrrelevant, int incrementValue) Used to keep track of the irrelevant counts for the issues returned for this 2D stats map.voidTwoDimensionalStatsMap.adjustMapForValues(JiraBytesRef[] xAxisValues, JiraBytesRef[] yAxisValues, int value) -
Uses of JiraBytesRef in com.atlassian.jira.issue.statistics.util
Methods in com.atlassian.jira.issue.statistics.util with parameters of type JiraBytesRefModifier and TypeMethodDescriptionprotected abstract voidAbstractOneDimensionalHitCollector.collectWithTerms(int docId, JiraBytesRef[] terms) Implement this if you would like to do something with the hit we have found.protected voidOneDimensionalDocIssueHitCollector.collectWithTerms(int docId, JiraBytesRef[] terms) protected voidOneDimensionalTermHitCollector.collectWithTerms(int docId, JiraBytesRef[] terms) default TBytesRefMapper.mapSingleValueFromArray(JiraBytesRef[] valueToConvert) Get single value from array converting it usingBytesRefMapper.mapValue(JiraBytesRef)BytesRefMapper.mapValue(JiraBytesRef valueToConvert) Get value fromJiraBytesRefCachingBytesRefMapper.mapValue(JiraBytesRef valueToConvert)