Uses of Interface
org.hibernate.search.stat.spi.StatisticsImplementor

Packages that use StatisticsImplementor
org.hibernate.search.engine.spi   
org.hibernate.search.impl   
org.hibernate.search.stat.impl   
 

Uses of StatisticsImplementor in org.hibernate.search.engine.spi
 

Methods in org.hibernate.search.engine.spi that return StatisticsImplementor
 StatisticsImplementor SearchFactoryImplementor.getStatisticsImplementor()
          Retrieve the statistics implementor instance for this factory.
 

Uses of StatisticsImplementor in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return StatisticsImplementor
 StatisticsImplementor ImmutableSearchFactory.getStatisticsImplementor()
           
 StatisticsImplementor MutableSearchFactory.getStatisticsImplementor()
           
 

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

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



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