Uses of Class
org.apache.lucene.util.Counter

Packages that use Counter
org.apache.lucene.search Code to search indices. 
org.apache.lucene.util Some utility classes. 
 

Uses of Counter in org.apache.lucene.search
 

Methods in org.apache.lucene.search that return Counter
static Counter TimeLimitingCollector.getGlobalCounter()
          Returns the global TimerThreads Counter
 

Constructors in org.apache.lucene.search with parameters of type Counter
TimeLimitingCollector.TimerThread(Counter counter)
           
TimeLimitingCollector.TimerThread(long resolution, Counter counter)
           
TimeLimitingCollector(Collector collector, Counter clock, long ticksAllowed)
          Create a TimeLimitedCollector wrapper over another Collector with a specified timeout.
 

Uses of Counter in org.apache.lucene.util
 

Methods in org.apache.lucene.util that return Counter
static Counter Counter.newCounter()
          Returns a new counter.
static Counter Counter.newCounter(boolean threadSafe)
          Returns a new counter.
 



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