| Modifier and Type | Method and Description |
|---|---|
TimeoutExceptionFactory |
ImmutableSearchFactory.getDefaultTimeoutExceptionFactory() |
TimeoutExceptionFactory |
MutableSearchFactoryState.getDefaultTimeoutExceptionFactory() |
TimeoutExceptionFactory |
MutableSearchFactory.getDefaultTimeoutExceptionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSearchFactoryState.setDefaultTimeoutExceptionFactory(TimeoutExceptionFactory defaultTimeoutExceptionFactory) |
| Modifier and Type | Field and Description |
|---|---|
static TimeoutExceptionFactory |
QueryTimeoutException.DEFAULT_TIMEOUT_EXCEPTION_FACTORY |
| Modifier and Type | Field and Description |
|---|---|
protected TimeoutExceptionFactory |
AbstractHSQuery.timeoutExceptionFactory |
| Modifier and Type | Method and Description |
|---|---|
HSQuery |
AbstractHSQuery.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory) |
| Constructor and Description |
|---|
QueryHits(LazyQueryState searcher,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort,
Integer n,
TimeoutManagerImpl timeoutManager,
Map<String,FacetingRequest> facetRequests,
TimeoutExceptionFactory timeoutExceptionFactory,
Coordinates spatialSearchCenter,
String spatialFieldName) |
QueryHits(LazyQueryState searcher,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort,
TimeoutManagerImpl timeoutManager,
Map<String,FacetingRequest> facetRequests,
TimeoutExceptionFactory timeoutExceptionFactory,
Coordinates spatialSearchCenter,
String spatialFieldName) |
TimeoutManagerImpl(Object query,
TimeoutExceptionFactory timeoutExceptionFactory,
TimingSource timingSource) |
| Modifier and Type | Method and Description |
|---|---|
HSQuery |
HSQuery.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory)
Define the timeout exception factory to customize the exception returned by the user.
|
| Modifier and Type | Method and Description |
|---|---|
TimeoutExceptionFactory |
SearchIntegrator.getDefaultTimeoutExceptionFactory()
Useful if you need to create custom exception types to represent query timeouts.
|
| Modifier and Type | Method and Description |
|---|---|
TimeoutExceptionFactory |
SearchFactoryState.getDefaultTimeoutExceptionFactory() |
Copyright © 2006–2017 Hibernate. All rights reserved.