Package org.infinispan.query.impl
Class InfinispanQueryStatisticsInfo.QueryStatistics
- java.lang.Object
-
- org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
-
- Enclosing class:
- InfinispanQueryStatisticsInfo
public final class InfinispanQueryStatisticsInfo.QueryStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetObjectLoadingExecutionAvgTime()longgetObjectLoadingExecutionMaxTime()longgetObjectLoadingTotalTime()longgetObjectsLoadedCount()longgetSearchQueryExecutionAvgTime()longgetSearchQueryExecutionCount()longgetSearchQueryExecutionMaxTime()StringgetSearchQueryExecutionMaxTimeQueryString()longgetSearchQueryTotalTime()
-
-
-
Method Detail
-
getSearchQueryExecutionCount
public long getSearchQueryExecutionCount()
-
getSearchQueryTotalTime
public long getSearchQueryTotalTime()
-
getSearchQueryExecutionMaxTime
public long getSearchQueryExecutionMaxTime()
-
getSearchQueryExecutionAvgTime
public long getSearchQueryExecutionAvgTime()
-
getSearchQueryExecutionMaxTimeQueryString
public String getSearchQueryExecutionMaxTimeQueryString()
-
getObjectLoadingTotalTime
public long getObjectLoadingTotalTime()
-
getObjectLoadingExecutionMaxTime
public long getObjectLoadingExecutionMaxTime()
-
getObjectLoadingExecutionAvgTime
public long getObjectLoadingExecutionAvgTime()
-
getObjectsLoadedCount
public long getObjectsLoadedCount()
-
-