Uses of Class
org.hibernate.search.engine.search.timeout.spi.TimeoutManager.Type
-
Packages that use TimeoutManager.Type Package Description org.hibernate.search.engine.search.timeout.spi -
-
Uses of TimeoutManager.Type in org.hibernate.search.engine.search.timeout.spi
Fields in org.hibernate.search.engine.search.timeout.spi declared as TimeoutManager.Type Modifier and Type Field Description protected TimeoutManager.TypeTimeoutManager. typeMethods in org.hibernate.search.engine.search.timeout.spi that return TimeoutManager.Type Modifier and Type Method Description static TimeoutManager.TypeTimeoutManager.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.Constructors in org.hibernate.search.engine.search.timeout.spi with parameters of type TimeoutManager.Type Constructor Description TimeoutManager(TimingSource timingSource, Long timeoutMs, TimeoutManager.Type type)
-