public static class QueryLoggerKernelExtension.QueryLogger extends Object implements org.neo4j.kernel.impl.query.QueryExecutionMonitor
| Constructor and Description |
|---|
QueryLogger(org.neo4j.helpers.Clock clock,
org.neo4j.logging.Log log,
long thresholdMillis,
boolean logQueryParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
endFailure(org.neo4j.kernel.impl.query.QuerySession session,
Throwable failure) |
void |
endSuccess(org.neo4j.kernel.impl.query.QuerySession session) |
void |
startQueryExecution(org.neo4j.kernel.impl.query.QuerySession session,
String query,
Map<String,Object> parameters) |
public QueryLogger(org.neo4j.helpers.Clock clock,
org.neo4j.logging.Log log,
long thresholdMillis,
boolean logQueryParameters)
public void startQueryExecution(org.neo4j.kernel.impl.query.QuerySession session,
String query,
Map<String,Object> parameters)
startQueryExecution in interface org.neo4j.kernel.impl.query.QueryExecutionMonitorpublic void endFailure(org.neo4j.kernel.impl.query.QuerySession session,
Throwable failure)
endFailure in interface org.neo4j.kernel.impl.query.QueryExecutionMonitorpublic void endSuccess(org.neo4j.kernel.impl.query.QuerySession session)
endSuccess in interface org.neo4j.kernel.impl.query.QueryExecutionMonitorCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.