Uses of Interface
org.hibernate.search.stat.Statistics

Packages that use Statistics
org.hibernate.search   
org.hibernate.search.impl   
org.hibernate.search.jmx   
org.hibernate.search.stat.impl   
 

Uses of Statistics in org.hibernate.search
 

Methods in org.hibernate.search that return Statistics
 Statistics SearchFactory.getStatistics()
          Retrieve the statistics instance for this factory.
 

Uses of Statistics in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return Statistics
 Statistics ImmutableSearchFactory.getStatistics()
           
 Statistics MutableSearchFactory.getStatistics()
           
 

Uses of Statistics in org.hibernate.search.jmx
 

Subinterfaces of Statistics in org.hibernate.search.jmx
 interface StatisticsInfoMBean
           
 

Classes in org.hibernate.search.jmx that implement Statistics
 class StatisticsInfo
           
 

Constructors in org.hibernate.search.jmx with parameters of type Statistics
StatisticsInfo(Statistics delegate)
           
 

Uses of Statistics in org.hibernate.search.stat.impl
 

Classes in org.hibernate.search.stat.impl that implement Statistics
 class StatisticsImpl
          A concurrent implementation of the Statistics interface.
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved