Uses of Class
org.apache.solr.util.RTimer

Packages that use RTimer
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.util Common utility classes used throughout Solr 
 

Uses of RTimer in org.apache.solr.handler.component
 

Methods in org.apache.solr.handler.component that return RTimer
 RTimer ResponseBuilder.getTimer()
           
 

Methods in org.apache.solr.handler.component with parameters of type RTimer
 void ResponseBuilder.setTimer(RTimer timer)
           
 

Uses of RTimer in org.apache.solr.util
 

Fields in org.apache.solr.util with type parameters of type RTimer
protected  SimpleOrderedMap<RTimer> RTimer.children
           
 

Methods in org.apache.solr.util that return RTimer
 RTimer RTimer.sub(String desc)
          Create new subtimer with given name Subtimer will be started.
 

Methods in org.apache.solr.util that return types with arguments of type RTimer
 SimpleOrderedMap<RTimer> RTimer.getChildren()
          Manipulating this map may have undefined results.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.