Uses of Class
org.hibernate.search.query.engine.spi.TimeoutManager.Type

Packages that use TimeoutManager.Type
org.hibernate.search.query.engine.impl   
org.hibernate.search.query.engine.spi   
 

Uses of TimeoutManager.Type in org.hibernate.search.query.engine.impl
 

Methods in org.hibernate.search.query.engine.impl that return TimeoutManager.Type
 TimeoutManager.Type TimeoutManagerImpl.getType()
           
 

Uses of TimeoutManager.Type in org.hibernate.search.query.engine.spi
 

Methods in org.hibernate.search.query.engine.spi that return TimeoutManager.Type
 TimeoutManager.Type TimeoutManager.getType()
           
static TimeoutManager.Type TimeoutManager.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeoutManager.Type[] TimeoutManager.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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