Interface QueryStatCore

All Superinterfaces:
QueryStat
All Known Implementing Classes:
QueryStatImpl

public interface QueryStatCore extends QueryStat
Extends external facing QueryStat with some internal operations.
  • Method Details

    • logQuery

      void logQuery(String language, String statement, long durationMs)
      Logs the call of each query ran on the repository.
      Parameters:
      language - the query language, see QueryManager.getSupportedQueryLanguages()
      statement - the query
      durationMs - time in ms