com.atlassian.jira.web.filters
Class ThreadLocalQueryProfiler

java.lang.Object
  extended bycom.atlassian.jira.web.filters.ThreadLocalQueryProfiler

public class ThreadLocalQueryProfiler
extends Object


Field Summary
static String LUCENE_GROUP
           
 
Method Summary
static void end()
           
static org.apache.lucene.search.Searcher getCommentSearcher()
           
static org.apache.lucene.index.IndexReader getReader()
           
static org.apache.lucene.search.Searcher getSearcher()
           
static void resetSearchers()
           
static void start()
           
static void store(String group, String query, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LUCENE_GROUP

public static final String LUCENE_GROUP
See Also:
Constant Field Values
Method Detail

start

public static void start()

store

public static void store(String group,
                         String query,
                         long time)

end

public static void end()
                throws IOException
Throws:
IOException

getSearcher

public static org.apache.lucene.search.Searcher getSearcher()

getReader

public static org.apache.lucene.index.IndexReader getReader()

getCommentSearcher

public static org.apache.lucene.search.Searcher getCommentSearcher()

resetSearchers

public static void resetSearchers()
                           throws IOException
Throws:
IOException


Copyright © 2002-2007 Atlassian. All Rights Reserved.