Class Query

java.lang.Object
com.day.crx.statistics.Entry
com.day.crx.statistics.query.Query

public class Query extends Entry
Query provides information about a query execution.
  • Constructor Details

    • Query

      public Query(String pathPrefix, String query, long numResults, long executionTime)
      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

      public void write(Node node) throws RepositoryException
      Writes the statistics to the passed node.
      Overrides:
      write in class Entry
      Parameters:
      node - the node where to write the statistics.
      Throws:
      RepositoryException - if an error occurs while writing.