com.atlassian.jira.web.filters
Class ThreadLocalQueryProfiler

java.lang.Object
  extended by com.atlassian.jira.web.filters.ThreadLocalQueryProfiler

public class ThreadLocalQueryProfiler
extends Object


Field Summary
static String LUCENE_GROUP
           
 
Method Summary
static void end()
           
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


Copyright © 2002-2009 Atlassian. All Rights Reserved.