Uses of Class
org.hibernate.search.engine.search.timeout.spi.TimeoutManager
-
-
Uses of TimeoutManager in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return TimeoutManager Modifier and Type Method Description TimeoutManagerElasticsearchSearchIndexScopeImpl. 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 TimeoutManager Modifier and Type Method Description TimeoutManagerElasticsearchSearchIndexScope. 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 TimeoutManager Constructor Description ElasticsearchSearchScrollImpl(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 TimeoutManager Modifier and Type Method Description TimeoutManagerLuceneSearchIndexScopeImpl. 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 TimeoutManager Modifier and Type Method Description LuceneCollectorsExtractionRequirements. createCollectors(org.apache.lucene.search.IndexSearcher indexSearcher, org.apache.lucene.search.Query originalLuceneQuery, org.apache.lucene.search.Sort sort, IndexReaderMetadataResolver metadataResolver, int maxDocs, TimeoutManager timeoutManager, int requestedTotalHitCountThreshold)Constructors in org.hibernate.search.backend.lucene.search.extraction.impl with parameters of type TimeoutManager Constructor Description Builder(CollectorExecutionContext executionContext, TimeoutManager timeoutManager) -
Uses of TimeoutManager in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl that return TimeoutManager Modifier and Type Method Description TimeoutManagerLuceneSearchQueryIndexScope. createTimeoutManager(Long timeout, TimeUnit timeUnit, boolean exceptionOnTimeout)Constructors in org.hibernate.search.backend.lucene.search.query.impl with parameters of type TimeoutManager Constructor Description LuceneExtractableSearchResult(org.hibernate.search.backend.lucene.search.query.impl.LuceneSearchQueryRequestContext requestContext, org.apache.lucene.search.IndexSearcher indexSearcher, LuceneCollectors luceneCollectors, LuceneSearchProjection.Extractor<?,H> rootExtractor, Map<AggregationKey<?>,LuceneSearchAggregation<?>> aggregations, TimeoutManager timeoutManager, LuceneIdReader idReader)LuceneSearchScrollImpl(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 TimeoutManager Modifier and Type Method Description voidLuceneSearcher. 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 TimeoutManager Modifier and Type Method Description static 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)
-