Uses of Interface
org.hibernate.search.engine.common.timing.Deadline
-
-
Uses of Deadline in org.hibernate.search.backend.elasticsearch.client.spi
Methods in org.hibernate.search.backend.elasticsearch.client.spi that return Deadline Modifier and Type Method Description Deadline
ElasticsearchRequest. deadline()
Methods in org.hibernate.search.backend.elasticsearch.client.spi with parameters of type Deadline Modifier and Type Method Description ElasticsearchRequest.Builder
ElasticsearchRequest.Builder. deadline(Deadline deadline)
-
Uses of Deadline in org.hibernate.search.engine.common.timing.spi
Classes in org.hibernate.search.engine.common.timing.spi that implement Deadline Modifier and Type Class Description class
StaticDeadline
Methods in org.hibernate.search.engine.common.timing.spi that return Deadline Modifier and Type Method Description static Deadline
StaticDeadline. ofMilliseconds(long milliseconds)
-
Uses of Deadline in org.hibernate.search.engine.search.loading.spi
Methods in org.hibernate.search.engine.search.loading.spi with parameters of type Deadline Modifier and Type Method Description LoadingResult<R,E>
ProjectionHitMapper. loadBlocking(Deadline deadline)
Loads the entities planned for loading in one go, blocking the current thread while doing so. -
Uses of Deadline in org.hibernate.search.engine.search.timeout.spi
Methods in org.hibernate.search.engine.search.timeout.spi that return Deadline Modifier and Type Method Description Deadline
TimeoutManager. deadlineOrNull()
Deadline
TimeoutManager. hardDeadlineOrNull()
-
Uses of Deadline in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type Deadline Modifier and Type Method Description List<E>
PojoSelectionEntityLoader. loadBlocking(List<?> identifiers, Deadline deadline)
Loads the entities corresponding to the given identifiers, blocking the current thread while doing so.
-