Uses of Enum Class
org.hibernate.search.engine.search.timeout.spi.TimeoutManager.Type
Packages that use TimeoutManager.Type
-
Uses of TimeoutManager.Type in org.hibernate.search.engine.search.timeout.spi
Fields in org.hibernate.search.engine.search.timeout.spi declared as TimeoutManager.TypeMethods in org.hibernate.search.engine.search.timeout.spi that return TimeoutManager.TypeModifier and TypeMethodDescriptionstatic TimeoutManager.TypeReturns the enum constant of this class with the specified name.static TimeoutManager.Type[]TimeoutManager.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.search.engine.search.timeout.spi with parameters of type TimeoutManager.TypeModifierConstructorDescriptionTimeoutManager(TimingSource timingSource, Long timeoutValue, TimeUnit timeoutUnit, TimeoutManager.Type type)