Package ca.uhn.fhir.jpa.search
Class SearchCoordinatorSvcImpl.SearchContinuationTask
java.lang.Object
ca.uhn.fhir.jpa.search.SearchCoordinatorSvcImpl.SearchTask
ca.uhn.fhir.jpa.search.SearchCoordinatorSvcImpl.SearchContinuationTask
- Enclosing class:
- SearchCoordinatorSvcImpl
public class SearchCoordinatorSvcImpl.SearchContinuationTask
extends SearchCoordinatorSvcImpl.SearchTask
-
Constructor Summary
ConstructorsConstructorDescriptionSearchContinuationTask
(Search theSearch, ca.uhn.fhir.jpa.api.dao.IDao theCallingDao, SearchParameterMap theParams, String theResourceType, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) -
Method Summary
Methods inherited from class ca.uhn.fhir.jpa.search.SearchCoordinatorSvcImpl.SearchTask
getSearch
-
Constructor Details
-
SearchContinuationTask
public SearchContinuationTask(Search theSearch, ca.uhn.fhir.jpa.api.dao.IDao theCallingDao, SearchParameterMap theParams, String theResourceType, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId)
-
-
Method Details
-
call
Description copied from class:SearchCoordinatorSvcImpl.SearchTask
This is the method which actually performs the search. It is called automatically by the thread pool.- Specified by:
call
in interfaceCallable<Void>
- Overrides:
call
in classSearchCoordinatorSvcImpl.SearchTask
-