Uses of Class
org.linuxforhealth.fhir.persistence.index.RemoteIndexData
-
Packages that use RemoteIndexData Package Description org.linuxforhealth.fhir.persistence.index org.linuxforhealth.fhir.server.index.kafka -
-
Uses of RemoteIndexData in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return RemoteIndexData Modifier and Type Method Description RemoteIndexData
IndexProviderResponse. getData()
Get the request data for which this is the responseMethods in org.linuxforhealth.fhir.persistence.index with parameters of type RemoteIndexData Modifier and Type Method Description java.util.concurrent.CompletableFuture<IndexProviderResponse>
FHIRIndexProvider. submit(RemoteIndexData data)
Submit the index data request to the async indexing service we representabstract IndexProviderResponse
FHIRRemoteIndexService. submit(RemoteIndexData data)
Submit the index data request to the async indexing service we representConstructors in org.linuxforhealth.fhir.persistence.index with parameters of type RemoteIndexData Constructor Description IndexProviderResponse(RemoteIndexData data, java.util.concurrent.CompletableFuture<java.lang.Void> ack)
Public constructor for a successful response -
Uses of RemoteIndexData in org.linuxforhealth.fhir.server.index.kafka
Methods in org.linuxforhealth.fhir.server.index.kafka with parameters of type RemoteIndexData Modifier and Type Method Description IndexProviderResponse
FHIRRemoteIndexKafkaService. submit(RemoteIndexData data)
-