org.exist.fluent
Class QueryService.Statistics.Entry

java.lang.Object
  extended by org.exist.fluent.QueryService.Statistics.Entry
Enclosing class:
QueryService.Statistics

public static class QueryService.Statistics.Entry
extends Object

Performance counters for a single query. The fields are public for convenience (and to avoid a forest of accessors) but should be considered as read-only.

Author:
Piotr Kaminski

Field Summary
 long numQueries
           
 long queriesCompiled
           
 long queriesPrepared
           
 long queriesRun
           
 String query
          The query string (after pre-substitution) that this entry is about.
 double queryCompilationTime
           
 double queryPreparationTime
           
 double queryRunTime
           
 double queryTime
           
 
Method Summary
 String toString()
           
 String toString(int maxCountLength, double totalDuration)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

query

public final String query
The query string (after pre-substitution) that this entry is about. If null then this is the totals entry.


numQueries

public long numQueries

queriesPrepared

public long queriesPrepared

queriesCompiled

public long queriesCompiled

queriesRun

public long queriesRun

queryTime

public double queryTime

queryPreparationTime

public double queryPreparationTime

queryCompilationTime

public double queryCompilationTime

queryRunTime

public double queryRunTime
Method Detail

toString

public String toString(int maxCountLength,
                       double totalDuration)

toString

public String toString()
Overrides:
toString in class Object


Copyright (C) All rights reserved.