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 void
main(String... args)
static void
record(String query, boolean internal)
static String
simplify(String query)
static String
simplifySafely(String query)
-
-
-
Method Detail
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
record
public static void record(String query, boolean internal)
-
-