|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.exist.fluent.QueryService.Statistics
public static class QueryService.Statistics
| Nested Class Summary | |
|---|---|
static class |
QueryService.Statistics.Entry
Performance counters for a single query. |
| Constructor Summary | |
|---|---|
QueryService.Statistics()
|
|
| Method Summary | |
|---|---|
List<QueryService.Statistics.Entry> |
entries()
Get a list of all statistics entries for which data has been gathered. |
void |
reset()
Reset all gathered statistics back to zero. |
String |
toString()
Return a string that describes the statistics gathered for all the entries. |
String |
toStringTop(int n)
Return a string that describes the statistics for the top n entries, sorted by descending order of total time spent dealing with the query. |
QueryService.Statistics.Entry |
totals()
Get the entry that aggregates statistics over all the queries. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryService.Statistics()
| Method Detail |
|---|
public List<QueryService.Statistics.Entry> entries()
public QueryService.Statistics.Entry totals()
public void reset()
public String toString()
toString in class Objectpublic String toStringTop(int n)
n - the desired number of entries to describe
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||