Uses of Class
org.apache.solr.util.RTimerTree
Packages that use RTimerTree
Package
Description
SolrHighlighter API and related implementations and utilitiesAPIs and classes for dealing with Solr requests
Common utility classes used throughout Solr
-
Uses of RTimerTree in org.apache.solr.highlight
Fields in org.apache.solr.highlight declared as RTimerTreeModifier and TypeFieldDescriptionprotected final RTimerTreeUnifiedSolrHighlighter.SolrExtendedUnifiedHighlighter.loadFieldValuesTimer -
Uses of RTimerTree in org.apache.solr.request
Methods in org.apache.solr.request that return RTimerTreeModifier and TypeMethodDescriptionDelegatingSolrQueryRequest.getRequestTimer()SolrQueryRequest.getRequestTimer()The timer for this request, created when the request started being processedSolrQueryRequestBase.getRequestTimer()Constructors in org.apache.solr.request with parameters of type RTimerTreeModifierConstructorDescriptionSolrQueryRequestBase(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 RTimerTreeModifier and TypeFieldDescriptionprotected org.apache.solr.common.util.SimpleOrderedMap<RTimerTree> RTimerTree.childrenMethods in org.apache.solr.util that return RTimerTreeModifier and TypeMethodDescriptionprotected RTimerTreeRTimerTree.newTimer()Returns a subtimer given its name.Methods in org.apache.solr.util that return types with arguments of type RTimerTreeModifier and TypeMethodDescriptionorg.apache.solr.common.util.SimpleOrderedMap<RTimerTree> RTimerTree.getChildren()Manipulating this map may have undefined results.