Class SearchContinuationTask
java.lang.Object
ca.uhn.fhir.jpa.search.builder.tasks.SearchTask
ca.uhn.fhir.jpa.search.builder.tasks.SearchContinuationTask
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.search.builder.tasks.SearchTask
myContext, mySearchResultCacheSvc, myTxService
-
Constructor Summary
ConstructorDescriptionSearchContinuationTask
(SearchTaskParameters theCreationParams, HapiTransactionService theTxService, ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SearchBuilderFactory theSearchBuilderFactory, ISearchResultCacheSvc theSearchResultCacheSvc, JpaStorageSettings theStorageSettings, ISearchCacheSvc theSearchCacheSvc, ca.uhn.fhir.rest.server.IPagingProvider thePagingProvider, ExceptionService theExceptionSvc) -
Method Summary
Methods inherited from class ca.uhn.fhir.jpa.search.builder.tasks.SearchTask
awaitInitialSync, getCompletionLatch, getInitialCollectionLatch, getRequestPartitionId, getResourcePids, getSearch, isNotAborted, markComplete, requestImmediateAbort, saveSearch, setPreviouslyAddedResourcePids
-
Constructor Details
-
SearchContinuationTask
public SearchContinuationTask(SearchTaskParameters theCreationParams, HapiTransactionService theTxService, ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SearchBuilderFactory theSearchBuilderFactory, ISearchResultCacheSvc theSearchResultCacheSvc, JpaStorageSettings theStorageSettings, ISearchCacheSvc theSearchCacheSvc, ca.uhn.fhir.rest.server.IPagingProvider thePagingProvider, ExceptionService theExceptionSvc)
-
-
Method Details
-
call
Description copied from class: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 classSearchTask
-