Class QueryRecorder
- java.lang.Object
-
- org.apache.jackrabbit.oak.query.stats.QueryRecorder
-
public class QueryRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryRecorder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String... args)static voidrecord(String query, boolean internal)static Stringsimplify(String query)static StringsimplifySafely(String query)
-
-
-
Method Detail
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
record
public static void record(String query, boolean internal)
-
-