
Class SearchTaskParameters
java.lang.Object
ca.uhn.fhir.jpa.search.builder.tasks.SearchTaskParameters
- 
Field SummaryFieldsModifier and TypeFieldDescriptionca.uhn.fhir.rest.api.server.RequestDetailsint
- 
Constructor SummaryConstructorsConstructorDescriptionSearchTaskParameters(Search theSearch, IDao theCallingDao, SearchParameterMap theParams, String theResourceType, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, RequestPartitionId theRequestPartitionId, Consumer<String> theOnRemove, int theSyncSize) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetLoadingThrottleForUnitTests(Integer theLoadingThrottleForUnitTests) 
- 
Field Details- 
Search
- 
CallingDao
- 
Params
- 
ResourceType
- 
Request
- 
RequestPartitionId
- 
OnRemove
- 
SyncSize
 
- 
- 
Constructor Details- 
SearchTaskParameterspublic SearchTaskParameters(Search theSearch, IDao theCallingDao, SearchParameterMap theParams, String theResourceType, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, RequestPartitionId theRequestPartitionId, Consumer<String> theOnRemove, int theSyncSize) 
 
- 
- 
Method Details- 
getLoadingThrottleForUnitTests
- 
setLoadingThrottleForUnitTests
 
-