Uses of Enum
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.Type
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.TypeModifierConstructorDescriptionTimeoutManager
(TimingSource timingSource, Long timeoutValue, TimeUnit timeoutUnit, TimeoutManager.Type type)