
Package ca.uhn.fhir.jpa.model.search
Class SearchRuntimeDetails
java.lang.Object
ca.uhn.fhir.jpa.model.search.SearchRuntimeDetails
This class contains a runtime in-memory description of a search operation,
including details on processing time and other things
-
Constructor Summary
ConstructorsConstructorDescriptionSearchRuntimeDetails(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, String theSearchUuid) -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanca.uhn.fhir.util.StopWatchca.uhn.fhir.rest.api.server.RequestDetailsvoidsetFoundIndexMatchesCount(int theFoundIndexMatchesCount) voidsetFoundMatchesCount(int theFoundMatchesCount) voidsetLoadSynchronous(boolean theLoadSynchronous) voidsetQueryStopwatch(ca.uhn.fhir.util.StopWatch theQueryStopwatch) voidsetQueryString(String theQueryString) voidsetSearchStatus(SearchStatusEnum theSearchStatus)
-
Constructor Details
-
SearchRuntimeDetails
public SearchRuntimeDetails(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, String theSearchUuid)
-
-
Method Details
-
getRequestDetails
-
getSearchUuid
-
getQueryStopwatch
-
setQueryStopwatch
-
getFoundMatchesCount
-
setFoundMatchesCount
-
getFoundIndexMatchesCount
-
setFoundIndexMatchesCount
-
getLoadSynchronous
-
setLoadSynchronous
-
getQueryString
-
setQueryString
-
getSearchStatus
-
setSearchStatus
-