Uses of Class
org.apache.solr.util.RTimerTree
-
Packages that use RTimerTree Package Description org.apache.solr.highlight SolrHighlighterAPI and related implementations and utilitiesorg.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.util Common utility classes used throughout Solr -
-
Uses of RTimerTree in org.apache.solr.highlight
Fields in org.apache.solr.highlight declared as RTimerTree Modifier and Type Field Description protected RTimerTreeUnifiedSolrHighlighter.SolrExtendedUnifiedHighlighter. loadFieldValuesTimer -
Uses of RTimerTree in org.apache.solr.request
Methods in org.apache.solr.request that return RTimerTree Modifier and Type Method Description RTimerTreeDelegatedSolrQueryRequest. getRequestTimer()RTimerTreeDelegatingSolrQueryRequest. getRequestTimer()RTimerTreeSolrQueryRequest. getRequestTimer()The timer for this request, created when the request started being processedRTimerTreeSolrQueryRequestBase. getRequestTimer()Constructors in org.apache.solr.request with parameters of type RTimerTree Constructor Description SolrQueryRequestBase(SolrCore core, org.apache.solr.common.params.SolrParams params, RTimerTree requestTimer) -
Uses of RTimerTree in org.apache.solr.util
Fields in org.apache.solr.util with type parameters of type RTimerTree Modifier and Type Field Description protected org.apache.solr.common.util.SimpleOrderedMap<RTimerTree>RTimerTree. childrenMethods in org.apache.solr.util that return RTimerTree Modifier and Type Method Description protected RTimerTreeRTimerTree. newTimer()RTimerTreeRTimerTree. sub(String desc)Returns a subtimer given its name.Methods in org.apache.solr.util that return types with arguments of type RTimerTree Modifier and Type Method Description org.apache.solr.common.util.SimpleOrderedMap<RTimerTree>RTimerTree. getChildren()Manipulating this map may have undefined results.
-