Class CachingStatisticsMapper

java.lang.Object
com.atlassian.jira.issue.statistics.util.StatisticsMapperWrapper
com.atlassian.jira.issue.statistics.util.CachingStatisticsMapper
All Implemented Interfaces:
LuceneFieldSorter, StatisticsMapper

@Deprecated public class CachingStatisticsMapper extends StatisticsMapperWrapper
Deprecated.
Use CachingBytesRefMapper instead. Since v7.5.
A statisticsMapper that caches the return value from getValueFromLuceneField(String) in an internal cache.

As the cache is not bounded, this object should not be stored for longer than a request

  • Constructor Details

    • CachingStatisticsMapper

      public CachingStatisticsMapper(StatisticsMapper statisticsMapper)
      Deprecated.
  • Method Details