com.atlassian.jira.web.filters
Class ThreadLocalQueryProfiler

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

public class ThreadLocalQueryProfiler
extends java.lang.Object


Field Summary
static java.lang.String LUCENE_GROUP
           
(package private)  com.atlassian.jira.web.filters.ThreadLocalQueryProfiler.DataPointStore store
           
(package private) static java.lang.ThreadLocal THREAD_LOCAL
           
 
Constructor Summary
ThreadLocalQueryProfiler()
           
 
Method Summary
static void end()
           
static org.apache.lucene.search.Searcher getSearcher()
           
static void start()
           
static void store(java.lang.String group, java.lang.String query, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THREAD_LOCAL

static java.lang.ThreadLocal THREAD_LOCAL

store

com.atlassian.jira.web.filters.ThreadLocalQueryProfiler.DataPointStore store

LUCENE_GROUP

public static final java.lang.String LUCENE_GROUP
See Also:
Constant Field Values
Constructor Detail

ThreadLocalQueryProfiler

public ThreadLocalQueryProfiler()
Method Detail

start

public static void start()

store

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

end

public static void end()
                throws java.io.IOException
Throws:
java.io.IOException

getSearcher

public static org.apache.lucene.search.Searcher getSearcher()
                                                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2005 Atlassian. All Rights Reserved.