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
ConstructorDescriptionSearchRuntimeDetails
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, String theSearchUuid) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
ca.uhn.fhir.util.StopWatch
ca.uhn.fhir.rest.api.server.RequestDetails
void
setFoundIndexMatchesCount
(int theFoundIndexMatchesCount) void
setFoundMatchesCount
(int theFoundMatchesCount) void
setLoadSynchronous
(boolean theLoadSynchronous) void
setQueryStopwatch
(ca.uhn.fhir.util.StopWatch theQueryStopwatch) void
setQueryString
(String theQueryString) void
setSearchStatus
(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
-