Uses of Class
org.hibernate.search.engine.search.timeout.spi.TimeoutManager
Packages that use TimeoutManager
Package
Description
-
Uses of TimeoutManager in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return TimeoutManagerModifier and TypeMethodDescriptionElasticsearchSearchIndexScopeImpl.createTimeoutManager(Long timeout, TimeUnit timeUnit, boolean exceptionOnTimeout) -
Uses of TimeoutManager in org.hibernate.search.backend.elasticsearch.search.common.impl
Methods in org.hibernate.search.backend.elasticsearch.search.common.impl that return TimeoutManagerModifier and TypeMethodDescriptionElasticsearchSearchIndexScope.createTimeoutManager(Long timeout, TimeUnit timeUnit, boolean exceptionOnTimeout) -
Uses of TimeoutManager in org.hibernate.search.backend.elasticsearch.search.query.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type TimeoutManagerModifierConstructorDescriptionElasticsearchSearchScrollImpl(ElasticsearchParallelWorkOrchestrator queryOrchestrator, ElasticsearchWorkFactory workFactory, ElasticsearchSearchResultExtractor<ElasticsearchLoadableSearchResult<H>> searchResultExtractor, String scrollTimeoutString, SearchWork.Builder<ElasticsearchLoadableSearchResult<H>> firstScroll, TimeoutManager timeoutManager) -
Uses of TimeoutManager in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return TimeoutManagerModifier and TypeMethodDescriptionLuceneSearchIndexScopeImpl.createTimeoutManager(Long timeout, TimeUnit timeUnit, boolean exceptionOnTimeout) -
Uses of TimeoutManager in org.hibernate.search.backend.lucene.search.extraction.impl
Methods in org.hibernate.search.backend.lucene.search.extraction.impl with parameters of type TimeoutManagerModifier and TypeMethodDescriptionHibernateSearchMultiCollectorManager.create(TimeoutManager timeoutManager, Map<CollectorKey<?, ?>, org.apache.lucene.search.CollectorManager<org.apache.lucene.search.Collector, ?>> collectorManagers) ExtractionRequirements.createCollectors(org.apache.lucene.search.IndexSearcher indexSearcher, org.apache.lucene.search.Query originalLuceneQuery, org.apache.lucene.search.Sort sort, IndexReaderMetadataResolver metadataResolver, int maxDocs, int offset, TimeoutManager timeoutManager, int requestedTotalHitCountThreshold) Constructors in org.hibernate.search.backend.lucene.search.extraction.impl with parameters of type TimeoutManagerModifierConstructorDescriptionBuilder(CollectorExecutionContext executionContext, TimeoutManager timeoutManager) protectedHibernateSearchMultiCollectorManager(TimeoutManager timeoutManager) HibernateSearchQueryTimeout(TimeoutManager timeoutManager, Deadline deadline) -
Uses of TimeoutManager in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl that return TimeoutManagerModifier and TypeMethodDescriptionLuceneSearchQueryIndexScope.createTimeoutManager(Long timeout, TimeUnit timeUnit, boolean exceptionOnTimeout) Constructors in org.hibernate.search.backend.lucene.search.query.impl with parameters of type TimeoutManagerModifierConstructorDescriptionLuceneSearchScrollImpl(LuceneSyncWorkOrchestrator queryOrchestrator, LuceneWorkFactory workFactory, LuceneSearchQueryIndexScope<?> scope, Set<String> routingKeys, TimeoutManager timeoutManager, LuceneSearcher<LuceneLoadableSearchResult<H>, LuceneExtractableSearchResult<H>> searcher, int totalHitCountThreshold, HibernateSearchMultiReader indexReader, int chunkSize) -
Uses of TimeoutManager in org.hibernate.search.backend.lucene.work.impl
Methods in org.hibernate.search.backend.lucene.work.impl with parameters of type TimeoutManagerModifier and TypeMethodDescriptionvoidLuceneSearcher.setTimeoutManager(TimeoutManager timeoutManager) -
Uses of TimeoutManager in org.hibernate.search.engine.search.timeout.spi
Methods in org.hibernate.search.engine.search.timeout.spi that return TimeoutManagerModifier and TypeMethodDescriptionstatic TimeoutManagerTimeoutManager.hardTimeout(TimingSource timingSource, long timeout, TimeUnit timeUnit) static TimeoutManagerTimeoutManager.noTimeout(TimingSource timingSource) static TimeoutManagerTimeoutManager.of(TimingSource timingSource, Long timeout, TimeUnit timeUnit, boolean exceptionOnTimeout) static TimeoutManagerTimeoutManager.softTimeout(TimingSource timingSource, long timeout, TimeUnit timeUnit)