Package com.day.crx.statistics.query
Class Query
java.lang.Object
com.day.crx.statistics.Entry
com.day.crx.statistics.query.Query
Query provides information about a query execution.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.day.crx.statistics.Entry
getPath, getPathPrefix, getTimestamp, setPathPrefix, setTimestamp, write
-
Constructor Details
-
Query
Creates a new query instance.- Parameters:
pathPrefix- the location where the query information will be stored.query- the query string as entered by the user.numResults- the total number of results.executionTime- the execution time of the query.
-
-
Method Details
-
write
Writes the statistics to the passed node.- Overrides:
writein classEntry- Parameters:
node- the node where to write the statistics.- Throws:
RepositoryException- if an error occurs while writing.
-