public class

TimedSearchResults

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.search.TimedSearchResults

Class Overview

Simple tuple to hold SearchResults, Collector and OpSnapshot containing timer results

Summary

Public Constructors
TimedSearchResults(SearchResults searchResults, Collector collector, OpSnapshot snapshot)
Public Methods
Collector getCollector()
SearchResults getSearchResults()
OpSnapshot getSnapshot()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TimedSearchResults (SearchResults searchResults, Collector collector, OpSnapshot snapshot)

Public Methods

public Collector getCollector ()

public SearchResults getSearchResults ()

public OpSnapshot getSnapshot ()