public interface QueryStatCore
extends org.apache.jackrabbit.api.stats.QueryStat
QueryStat
with some internal operations.Modifier and Type | Method and Description |
---|---|
void |
logQuery(String language,
String statement,
long durationMs)
Logs the call of each query ran on the repository.
|
void logQuery(String language, String statement, long durationMs)
language
- the query language, see
QueryManager.getSupportedQueryLanguages()
statement
- the querydurationMs
- time in msCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.