Uses of Class
org.xcmis.search.query.Statistics

Packages that use Statistics
org.xcmis.search.query   
 

Uses of Statistics in org.xcmis.search.query
 

Fields in org.xcmis.search.query declared as Statistics
protected static Statistics Statistics.EMPTY_STATISTICS
           
 

Methods in org.xcmis.search.query that return Statistics
 Statistics Statistics.withExecutionTime(long executionNanos)
          Create a new statistics object that has the supplied execution time.
 Statistics Statistics.withExecutionTime(long execution, TimeUnit unit)
          Create a new statistics object that has the supplied execution time.
 Statistics Statistics.withOptimizationTime(long optimizationNanos)
          Create a new statistics object that has the supplied optimization time.
 Statistics Statistics.withOptimizationTime(long optimization, TimeUnit unit)
          Create a new statistics object that has the supplied optimization time.
 Statistics Statistics.withPlanningTime(long planningNanos)
          Create a new statistics object that has the supplied planning time.
 Statistics Statistics.withPlanningTime(long planning, TimeUnit unit)
          Create a new statistics object that has the supplied planning time.
 Statistics Statistics.withResultsFormulationTime(long resultFormulationNanos)
          Create a new statistics object that has the supplied result formulation time.
 Statistics Statistics.withResultsFormulationTime(long resultFormulation, TimeUnit unit)
          Create a new statistics object that has the supplied result formulation time.
 

Methods in org.xcmis.search.query with parameters of type Statistics
 int Statistics.compareTo(Statistics that)
          
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.